提交lua限流

pull/19/head^2
qiurunze 2018-12-22 14:42:23 +08:00
parent e230b55c4e
commit 8aa5ce853f
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
### 如何利用jmeter进行压测
### 如何利用jmeter进行压测
### 我的服务配置较低大数据量请在自己的服务器上搞下不然就崩了
有问题或者宝贵意见联系我的QQ,非常希望你的加入!
>目标 希望大家仔细研究redis.conf配置文件-本文很多基础的一带而过)

View File

@ -20,7 +20,7 @@ mybatis.config-locations=classpath:mybatis/config.xml
#datasource
spring.datasource.url=jdbc:mysql://39.107.245.253:3306/miaosha?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
spring.datasource.username=root
spring.datasource.password=nihaoma
spring.datasource.password=xxxxx
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#druid
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
@ -49,7 +49,7 @@ spring.resources.static-locations=classpath:/static/
redis.host=39.107.245.253
redis.port=6379
redis.timeout=100
redis.password=youxin11
redis.password=xxxxx
redis.poolMaxTotal=1000
redis.poolMaxIdle=500
redis.poolMaxWait=500