File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ### 如何利用jmeter进行压测
2
-
1
+ ### 如何利用jmeter进行压测
2
+ ### 我的服务配置较低大数据量请在自己的服务器上搞下不然就崩了
3
3
有问题或者宝贵意见联系我的QQ,非常希望你的加入!
4
4
5
5
> 目标 (希望大家仔细研究redis.conf配置文件-本文很多基础的一带而过)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ mybatis.config-locations=classpath:mybatis/config.xml
20
20
# datasource
21
21
spring.datasource.url =jdbc:mysql://39.107.245.253:3306/miaosha?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
22
22
spring.datasource.username =root
23
- spring.datasource.password =nihaoma
23
+ spring.datasource.password =xxxxx
24
24
spring.datasource.driver-class-name =com.mysql.jdbc.Driver
25
25
# druid
26
26
spring.datasource.type =com.alibaba.druid.pool.DruidDataSource
@@ -49,7 +49,7 @@ spring.resources.static-locations=classpath:/static/
49
49
redis.host =39.107.245.253
50
50
redis.port =6379
51
51
redis.timeout =100
52
- redis.password =youxin11
52
+ redis.password =xxxxx
53
53
redis.poolMaxTotal =1000
54
54
redis.poolMaxIdle =500
55
55
redis.poolMaxWait =500
You can’t perform that action at this time.
0 commit comments