|
@ -108,30 +108,30 @@ spring:
|
|
|
profiles: test
|
|
|
|
|
|
datasource:
|
|
|
primaryReadWrite:
|
|
|
url: jdbc:mysql://172.19.103.85/data_for_stats?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: linzhou
|
|
|
password: linzhou
|
|
|
primaryRead:
|
|
|
url: jdbc:mysql://172.19.103.85/data_for_stats?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: linzhou
|
|
|
password: linzhou
|
|
|
im: #im库
|
|
|
url: jdbc:mysql://172.17.110.160/im_new?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: linzhou
|
|
|
password: linzhou
|
|
|
# primaryReadWrite:
|
|
|
# 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/data_for_stats?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
# primaryRead:
|
|
|
# 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/data_for_stats?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
# im: #im库
|
|
|
# url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: root
|
|
|
# password: 123456
|
|
|
# url: jdbc:mysql://172.17.110.160/im_new?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
# username: linzhou
|
|
|
# password: linzhou
|
|
|
primaryReadWrite:
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
primaryRead:
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
im: #im库
|
|
|
url: jdbc:mysql://172.19.103.77/wlyy_quota?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
@ -164,7 +164,7 @@ wlyy:
|
|
|
databaseName: im_new
|
|
|
|
|
|
quartz:
|
|
|
name: schedulerFactoryBean_test
|
|
|
name: schedulerFactoryBean_cwd
|
|
|
|
|
|
---
|
|
|
|