|
@ -33,11 +33,11 @@ user:
|
|
|
spring:
|
|
|
profiles: jwdev
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
url: jdbc:mysql://172.26.0.114/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: jkzl
|
|
|
password: jkzlehr
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
host: 172.26.0.253 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
# password: jkzl_ehr
|
|
|
---
|