|
@@ -35,9 +35,9 @@ spring:
|
|
|
datasource:
|
|
|
sys:
|
|
|
name: archives_sys
|
|
|
- url: jdbc:mysql://192.168.1.124:3307/archives_sys?useUnicode=true&characterEncoding=utf-8&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&zeroDateTimeBehavior=convertToNull
|
|
|
- username: archives
|
|
|
- password: archives
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/archives_sys?useUnicode=true&characterEncoding=utf-8&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&zeroDateTimeBehavior=convertToNull
|
|
|
+ username: root
|
|
|
+ password: root
|
|
|
testWhileIdle: true
|
|
|
testOnBorrow: false
|
|
|
testOnReturn: false
|
|
@@ -54,9 +54,9 @@ datasource:
|
|
|
minEvictableIdleTimeMillis: 30000
|
|
|
bus:
|
|
|
name: archives_receive
|
|
|
- url: jdbc:mysql://192.168.1.124:3307/archives_receive?useUnicode=true&characterEncoding=utf-8&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&zeroDateTimeBehavior=convertToNull
|
|
|
- username: archives
|
|
|
- password: archives
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/archives_rec?useUnicode=true&characterEncoding=utf-8&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&zeroDateTimeBehavior=convertToNull
|
|
|
+ username: root
|
|
|
+ password: root
|
|
|
testWhileIdle: true
|
|
|
testOnBorrow: false
|
|
|
testOnReturn: false
|