|
@ -196,21 +196,21 @@ spring:
|
|
|
|
|
|
datasource:
|
|
|
primaryReadWrite: #只读库 主库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
# url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
primaryRead: #只读库 从库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
# url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
im: #im库
|
|
|
url: jdbc:mysql://172.19.103.77/ichat?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
|
|
@ -235,7 +235,11 @@ systemConfig:
|
|
|
es:
|
|
|
index: wlyy_quota_dev
|
|
|
type: wlyy_quota_dev
|
|
|
host: 172.19.103.68:9200
|
|
|
host: 172.19.103.68
|
|
|
port: 9200
|
|
|
tPort: 9300
|
|
|
clusterName: jkzl
|
|
|
|
|
|
|
|
|
wlyy:
|
|
|
im:
|