|
@ -8,10 +8,10 @@ spring: |
|
|
master: |
|
|
master: |
|
|
# 公司数据库地址 |
|
|
# 公司数据库地址 |
|
|
# url: jdbc:mysql://10.168.3.169:3306/athena?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
|
|
# url: jdbc:mysql://10.168.3.169:3306/athena?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
|
|
url: jdbc:mysql://127.0.0.1:3306/jihe-hs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true |
|
|
url: jdbc:mysql://10.168.56.204:3306/jihe-hs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true |
|
|
username: root |
|
|
username: root |
|
|
# password: Platform123!@# |
|
|
# password: Platform123!@# |
|
|
password: root |
|
|
password: Platform123!@# |
|
|
# 从库数据源 |
|
|
# 从库数据源 |
|
|
slave: |
|
|
slave: |
|
|
# 从数据源开关/默认关闭 |
|
|
# 从数据源开关/默认关闭 |
|
|