|
|
@@ -6,9 +6,9 @@ spring:
|
|
|
datasource:
|
|
|
master:
|
|
|
username: root
|
|
|
- password: AchMWys5PmYsMy7r
|
|
|
+ password: June-15$Password
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://101.33.208.140:3306/chengben?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull&autoReconnect=true&failOverReadOnly=false&maxReconnects=10&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://116.204.108.139:3306/chengben?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull&autoReconnect=true&failOverReadOnly=false&maxReconnects=10&allowMultiQueries=true
|
|
|
druid:
|
|
|
filters: stat
|
|
|
# druid oracle 验证语句
|
|
|
@@ -20,7 +20,7 @@ spring:
|
|
|
multiStatementAllow: true
|
|
|
#public-key: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAIobgl5Uq9fEW2V6dLXqWJKDUZGAA3CCVasj1Yxge3STiWZ1plhxBUQgNgyRYeEUrUHzYPozfm0kL/zLlHMzcnUCAwEAAQ==
|
|
|
redis:
|
|
|
- database: 1
|
|
|
+ database: 3
|
|
|
host: localhost
|
|
|
port: 6379
|
|
|
password:
|
|
|
@@ -40,7 +40,7 @@ spring:
|
|
|
namesrvAddr: 127.0.0.1:9876
|
|
|
|
|
|
server:
|
|
|
- port: 8089
|
|
|
+ port: 9506
|
|
|
|
|
|
# 1. redis.enable=false 时无论redis.caffeine.enabled配置为true还是false均使用caffeine作为缓存
|
|
|
# 2. redis.enable=true 且 redis.caffeine.enabled=false 仅仅使用redis作为缓存
|
|
|
@@ -196,4 +196,4 @@ third:
|
|
|
|
|
|
assistmg:
|
|
|
profile: /home/eip/uploadPath
|
|
|
- imgUrl: http://101.33.208.140:8088
|
|
|
+ imgUrl: http://1116.204.108.139:9056
|