|
@@ -59,9 +59,9 @@ spring:
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
platform: mysql
|
|
|
- url: jdbc:mysql://10.58.4.153:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://192.168.65.96:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
username: root
|
|
|
- password: lantone
|
|
|
+ password: cxzg8!@#
|
|
|
# 连接池的配置信息
|
|
|
# 初始化大小,最小,最大
|
|
|
initialSize: 5
|
|
@@ -112,9 +112,9 @@ spring:
|
|
|
cache: 15 # cache索引
|
|
|
token: 15 # Token索引
|
|
|
mr: 15 # 病历索引
|
|
|
- host: 10.58.4.152 #Redis服务器地址
|
|
|
+ host: 192.168.65.96 #Redis服务器地址
|
|
|
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
- password: lantone # Redis服务器连接密码(默认为空)
|
|
|
+ password: # Redis服务器连接密码(默认为空)
|
|
|
lettuce:
|
|
|
pool:
|
|
|
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
|
@@ -172,17 +172,17 @@ tokenAuth:
|
|
|
|
|
|
#图片服务器
|
|
|
imageUrl:
|
|
|
- prefix: http://10.58.4.152:82
|
|
|
+ prefix: http://192.168.65.96:82
|
|
|
|
|
|
#病历质控地址
|
|
|
mrqc:
|
|
|
- url: http://10.58.4.152:5858
|
|
|
+ url: http://192.168.65.91:5858
|
|
|
|
|
|
#CDSS核心地址
|
|
|
cdss-core:
|
|
|
- url: http://10.58.4.152:7010
|
|
|
+ url: http://192.168.65.95:7010
|
|
|
|
|
|
#页面推送模式地址配置
|
|
|
data-page:
|
|
|
- url: http://10.58.4.152:5654
|
|
|
+ url: http://192.168.65.96:5654
|
|
|
|