|
@ -75,10 +75,27 @@ im:
|
|
|
data_base_name: im_new
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
|
profiles: devtest
|
|
|
datasource:
|
|
|
# url: jdbc:mysql://172.17.110.160:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://172.19.103.85:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: linzhou
|
|
|
password: linzhou
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
maxTotal: 500
|
|
|
maxIdle: 30
|
|
|
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
# password: jkzl_ehr
|
|
|
im:
|
|
|
data_base_name: im_new
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.17.110.160:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: ssgg
|
|
|
password: ssgg
|
|
|
driverClassName: com.mysql.jdbc.Driver
|