|
@ -139,17 +139,17 @@ spring:
|
|
|
|
|
|
datasource:
|
|
datasource:
|
|
primaryReadWrite:
|
|
primaryReadWrite:
|
|
url: jdbc:mysql://172.17.110.160/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
username: ssgg
|
|
|
|
password: ssgg
|
|
|
|
|
|
url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
username: linzhou
|
|
|
|
password: linzhou
|
|
primaryRead:
|
|
primaryRead:
|
|
url: jdbc:mysql://172.17.110.160/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
username: ssgg
|
|
|
|
password: ssgg
|
|
|
|
|
|
url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
username: linzhou
|
|
|
|
password: linzhou
|
|
im: #im库
|
|
im: #im库
|
|
url: jdbc:mysql://172.17.110.160/im_new?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.17.110.160/im_new?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
username: ssgg
|
|
|
|
password: ssgg
|
|
|
|
|
|
username: linzhou
|
|
|
|
password: linzhou
|
|
|
|
|
|
redis:
|
|
redis:
|
|
host: 172.19.103.88 # Redis server host.
|
|
host: 172.19.103.88 # Redis server host.
|
|
@ -218,10 +218,16 @@ spring:
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
username: root
|
|
username: root
|
|
password: 123456
|
|
password: 123456
|
|
|
|
# url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: linzhou
|
|
|
|
# password: linzhou
|
|
primaryRead: #只读库 从库
|
|
primaryRead: #只读库 从库
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
username: root
|
|
username: root
|
|
password: 123456
|
|
password: 123456
|
|
|
|
# url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: linzhou
|
|
|
|
# password: linzhou
|
|
im: #im库
|
|
im: #im库
|
|
url: jdbc:mysql://172.19.103.77/ichat?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.19.103.77/ichat?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
username: root
|
|
username: root
|
|
@ -243,4 +249,42 @@ fv:
|
|
password: 123456
|
|
password: 123456
|
|
|
|
|
|
systemConfig:
|
|
systemConfig:
|
|
msg_push_server: http://172.19.103.76:3000
|
|
|
|
|
|
msg_push_server: http://172.19.103.76:3000
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
spring:
|
|
|
|
|
|
|
|
profiles: lxx
|
|
|
|
|
|
|
|
datasource:
|
|
|
|
primaryReadWrite: #只读库 主库
|
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
username: root
|
|
|
|
password: 123456
|
|
|
|
primaryRead: #只读库 从库
|
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
username: root
|
|
|
|
password: 123456
|
|
|
|
im: #im库
|
|
|
|
url: jdbc:mysql://172.19.103.77/ichat?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
username: root
|
|
|
|
password: 123456
|
|
|
|
|
|
|
|
redis:
|
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
|
port: 6379 # Redis server port.
|
|
|
|
|
|
|
|
followupMessage:
|
|
|
|
cron : 0 5 0 * * ?
|
|
|
|
jobId : FOLLOWUP_PLAN_JOB
|
|
|
|
|
|
|
|
fv:
|
|
|
|
jdbc:
|
|
|
|
driver: com.mysql.jdbc.Driver
|
|
|
|
url: jdbc:mysql://172.19.103.77/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
username: root
|
|
|
|
password: 123456
|
|
|
|
|
|
|
|
systemConfig:
|
|
|
|
msg_push_server: http://172.19.103.76:3000
|