|
@@ -1,12 +1,12 @@
|
|
|
spring:
|
|
|
rabbitmq:
|
|
|
- host: 172.27.247.174
|
|
|
+ host: 192.168.0.71
|
|
|
port: 5672
|
|
|
username: admin
|
|
|
password: 123456
|
|
|
data:
|
|
|
redis:
|
|
|
- host: 172.27.247.174
|
|
|
+ host: 192.168.0.71
|
|
|
port: 6379
|
|
|
database: 3
|
|
|
password: Xx0GWxdWQJxx6Swe
|
|
@@ -18,7 +18,7 @@ spring:
|
|
|
max-wait: -1ms
|
|
|
timeout: 2000ms
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://172.27.247.174:3306/ecs?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://192.168.0.71:3306/ecs?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
password: TU5x6IeBi7rl
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
@@ -51,7 +51,7 @@ spring:
|
|
|
threadsInheritContextClassLoaderOfInitializingThread: true
|
|
|
dataSource:
|
|
|
default:
|
|
|
- URL: jdbc:mysql://172.27.247.174:3306:3306/pas-prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+ URL: jdbc:mysql://192.168.0.71:3306:3306/pas-prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
user: root
|
|
|
password: TU5x6IeBi7rl
|
|
|
driver: com.mysql.jdbc.Driver
|