Skip to content

Commit 8aa5ce8

Browse files
author
qiurunze
committed
提交lua限流
1 parent e230b55 commit 8aa5ce8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/jemter-solve.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
### 如何利用jmeter进行压测
2-
1+
### 如何利用jmeter进行压测
2+
### 我的服务配置较低大数据量请在自己的服务器上搞下不然就崩了
33
有问题或者宝贵意见联系我的QQ,非常希望你的加入!
44

55
>目标 (希望大家仔细研究redis.conf配置文件-本文很多基础的一带而过)

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mybatis.config-locations=classpath:mybatis/config.xml
2020
#datasource
2121
spring.datasource.url=jdbc:mysql://39.107.245.253:3306/miaosha?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
2222
spring.datasource.username=root
23-
spring.datasource.password=nihaoma
23+
spring.datasource.password=xxxxx
2424
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
2525
#druid
2626
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
@@ -49,7 +49,7 @@ spring.resources.static-locations=classpath:/static/
4949
redis.host=39.107.245.253
5050
redis.port=6379
5151
redis.timeout=100
52-
redis.password=youxin11
52+
redis.password=xxxxx
5353
redis.poolMaxTotal=1000
5454
redis.poolMaxIdle=500
5555
redis.poolMaxWait=500

0 commit comments

Comments
 (0)