|
@ -1,5 +1,5 @@
|
|
|
server:
|
|
|
context-path: quota
|
|
|
context-path: /quota
|
|
|
port: 8081
|
|
|
|
|
|
spring:
|
|
@ -111,7 +111,7 @@ redis:
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: cwd
|
|
|
profiles: dev_test
|
|
|
|
|
|
datasource:
|
|
|
primaryReadWrite:
|
|
@ -144,17 +144,17 @@ spring:
|
|
|
|
|
|
datasource:
|
|
|
primaryReadWrite:
|
|
|
url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: linzhou
|
|
|
password: linzhou
|
|
|
url: jdbc:mysql://172.17.110.160/wlyy?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: ssgg
|
|
|
password: ssgg
|
|
|
primaryRead:
|
|
|
url: jdbc:mysql://172.19.103.85/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: linzhou
|
|
|
password: linzhou
|
|
|
url: jdbc:mysql://172.17.110.160/wlyy?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: ssgg
|
|
|
password: ssgg
|
|
|
im: #im库
|
|
|
url: jdbc:mysql://172.17.110.160/im_new?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: linzhou
|
|
|
password: linzhou
|
|
|
url: jdbc:mysql://172.17.110.160/wlyy?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: ssgg
|
|
|
password: ssgg
|
|
|
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|