|
@ -12,7 +12,7 @@ spring:
|
|
|
# REDIS
|
|
|
redis:
|
|
|
database: 0 # Database index used by the connection factory.
|
|
|
host: 172.19.103.47 # Redis server host.
|
|
|
#host: 172.19.103.47 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
password: # Login password of the redis server.
|
|
|
timeout: 0 # Connection timeout in milliseconds.
|
|
@ -64,6 +64,10 @@ spring:
|
|
|
url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
|
|
|
username: weifuwu
|
|
|
password: weifuwu
|
|
|
redis:
|
|
|
host: 172.19.103.47 # Redis server host.
|
|
|
port: 6379
|
|
|
password: redis!@456
|
|
|
application:
|
|
|
id: JKZL
|
|
|
|