|
@@ -33,21 +33,21 @@ spring:
|
|
|
max-wait: 60000
|
|
|
min-evictable-idle-time-millis: 30000
|
|
|
min-idle: 10
|
|
|
- password: 4dkk2020cuikuan%
|
|
|
+ password: 4dkk2020test%
|
|
|
stat-view-servlet:
|
|
|
enabled: true
|
|
|
test-on-borrow: false
|
|
|
test-on-return: false
|
|
|
test-while-idle: true
|
|
|
time-between-eviction-runs-millis: 60000
|
|
|
- url: jdbc:mysql://8.129.209.131:3306/${project.name}?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
|
|
|
+ url: jdbc:mysql://120.25.146.52:3306/${project.name}?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
|
|
|
username: root
|
|
|
validation-query: SELECT 1 FROM DUAL
|
|
|
web-stat-filter:
|
|
|
enabled: true
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
rabbitmq:
|
|
|
- address: 8.129.209.131:5672
|
|
|
+ address: 120.25.146.52:5672
|
|
|
connection-timeout: 15000
|
|
|
password: guest
|
|
|
publisher-confirm-type: correlated
|
|
@@ -58,14 +58,14 @@ spring:
|
|
|
virtual-host: /
|
|
|
redis:
|
|
|
database: 0
|
|
|
- host: r-wz9owsphxqwi4ztqlfpd.redis.rds.aliyuncs.com
|
|
|
+ host: 120.24.144.164
|
|
|
jedis:
|
|
|
pool:
|
|
|
max-active: 8
|
|
|
max-idle: 8
|
|
|
max-wait: -1ms
|
|
|
min-idle: 0
|
|
|
- password: 3oo19bgh0cae2406&
|
|
|
+ password: bgh0cae240
|
|
|
port: 6379
|
|
|
timeout: 3000ms
|
|
|
servlet:
|