|
@@ -6,13 +6,16 @@ spring:
|
|
|
druid:
|
|
|
# 主库数据源
|
|
|
master:
|
|
|
- url: jdbc:mysql://www.sooka.onest.db:63306/shh_fuse?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
- username: sooka
|
|
|
- password: sooka1a2b3c4d%...
|
|
|
+# url: jdbc:mysql://www.sooka.onest.db:63306/shh_fuse?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+# username: sooka
|
|
|
+# password: sooka1a2b3c4d%...
|
|
|
# 生产库数据源
|
|
|
# url: jdbc:mysql://172.30.0.5:8888/shh_fuse?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
# username: root
|
|
|
# password: 123456
|
|
|
+ url: jdbc:mysql://192.168.1.13:63306/shh_fuse?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+ username: root
|
|
|
+ password: sooka1a2b3c4d%...
|
|
|
# 从库数据源
|
|
|
slave:
|
|
|
# 从数据源开关/默认关闭
|