|
@ -95,6 +95,12 @@ spring:
|
|
port: 6379 # Redis server port.
|
|
port: 6379 # Redis server port.
|
|
# password: jkzl_ehr
|
|
# password: jkzl_ehr
|
|
|
|
|
|
|
|
channel:
|
|
|
|
redis:
|
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
|
port: 6379 # Redis server port.
|
|
|
|
password:
|
|
|
|
|
|
server:
|
|
server:
|
|
server_url: http://ehr.yihu.com/wlyy/
|
|
server_url: http://ehr.yihu.com/wlyy/
|
|
|
|
|
|
@ -194,6 +200,12 @@ spring:
|
|
port: 6380 # Redis server port.
|
|
port: 6380 # Redis server port.
|
|
password: jkzl_ehr
|
|
password: jkzl_ehr
|
|
|
|
|
|
|
|
channel:
|
|
|
|
redis:
|
|
|
|
host: 10.95.22.142 # Redis server host.
|
|
|
|
port: 6380 # Redis server port.
|
|
|
|
password: jkzlehr
|
|
|
|
|
|
server:
|
|
server:
|
|
server_url: http://www.xmtyw.cn/wlyy/
|
|
server_url: http://www.xmtyw.cn/wlyy/
|
|
|
|
|
|
@ -292,6 +304,12 @@ spring:
|
|
port: 6379 # Redis server port.
|
|
port: 6379 # Redis server port.
|
|
# password: jkzl_ehr
|
|
# password: jkzl_ehr
|
|
|
|
|
|
|
|
channel:
|
|
|
|
redis:
|
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
|
port: 6379 # Redis server port.
|
|
|
|
password:
|
|
|
|
|
|
server:
|
|
server:
|
|
server_url: http://weixin.xmtyw.cn/wlyy-dev/
|
|
server_url: http://weixin.xmtyw.cn/wlyy-dev/
|
|
|
|
|
|
@ -390,12 +408,18 @@ spring:
|
|
redis:
|
|
redis:
|
|
host: 172.19.103.88 # Redis server host.
|
|
host: 172.19.103.88 # Redis server host.
|
|
port: 6379 # Redis server port.
|
|
port: 6379 # Redis server port.
|
|
# password: jkzl_ehr
|
|
|
|
|
|
password:
|
|
|
|
pool:
|
|
|
|
max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
|
|
|
|
max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
|
|
|
|
max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
|
|
|
|
min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
|
|
|
|
|
|
channel:
|
|
channel:
|
|
redis:
|
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
|
port: 6379 # Redis server port.
|
|
|
|
|
|
redis:
|
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
|
port: 6379 # Redis server port.
|
|
|
|
password: jkzl_ehr
|
|
|
|
|
|
server:
|
|
server:
|
|
server_url: http://ehr.yihu.com/wlyy/
|
|
server_url: http://ehr.yihu.com/wlyy/
|