Skip to content

Commit

Permalink
提交lua限流
Browse files Browse the repository at this point in the history
  • Loading branch information
qiurunze committed Dec 21, 2018
1 parent 1e79885 commit 6f5e3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=xxxx
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#druid
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
Expand Down Expand Up @@ -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=XXXX
redis.poolMaxTotal=1000
redis.poolMaxIdle=500
redis.poolMaxWait=500
Expand Down

0 comments on commit 6f5e3c8

Please sign in to comment.