|
@ -1,5 +1,4 @@
|
|
|
server:
|
|
|
context-path: /quota
|
|
|
port: 8081
|
|
|
|
|
|
spring:
|
|
@ -111,7 +110,7 @@ redis:
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dev_test
|
|
|
profiles: cwd
|
|
|
|
|
|
datasource:
|
|
|
primaryReadWrite:
|
|
@ -144,17 +143,17 @@ spring:
|
|
|
|
|
|
datasource:
|
|
|
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:
|
|
|
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库
|
|
|
url: jdbc:mysql://172.17.110.160/im_new?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: ssgg
|
|
|
password: ssgg
|
|
|
url: jdbc:mysql://172.17.110.160/im_new?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: linzhou
|
|
|
password: linzhou
|
|
|
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
@ -181,20 +180,20 @@ spring:
|
|
|
|
|
|
datasource:
|
|
|
primaryReadWrite:
|
|
|
url: jdbc:mysql://59.61.92.94:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://59.61.92.90:8079/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
primaryRead:
|
|
|
url: jdbc:mysql://59.61.92.94:8883/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://59.61.92.90:8082/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
im: #im库:
|
|
|
url: jdbc:mysql://59.61.92.94/im?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://59.61.92.90:8079/im?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: im
|
|
|
password: im!)123
|
|
|
|
|
|
redis:
|
|
|
host: 120.41.253.95 # Redis server host.
|
|
|
host: 192.168.120.14 # Redis server host.
|
|
|
port: 6380 # Redis server port.
|
|
|
password: jkzl_ehr
|
|
|
|
|
@ -205,7 +204,7 @@ spring:
|
|
|
fv:
|
|
|
jdbc:
|
|
|
driver: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://59.61.92.94:8883/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://59.61.92.90:8082/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: wlyy
|
|
|
password: jkzlehr@123
|
|
|
|