|
@ -2,7 +2,7 @@
|
|
server:
|
|
server:
|
|
port: ${server.svr-base-port}
|
|
port: ${server.svr-base-port}
|
|
tomcat:
|
|
tomcat:
|
|
basedir: /data/apps/temp2
|
|
|
|
|
|
basedir: /data/apps/temp2
|
|
express:
|
|
express:
|
|
sf_url: http://bsp-oisp.sf-express.com/bsp-oisp/sfexpressService
|
|
sf_url: http://bsp-oisp.sf-express.com/bsp-oisp/sfexpressService
|
|
sf_code: JKZL
|
|
sf_code: JKZL
|
|
@ -26,9 +26,9 @@ spring:
|
|
test-while-idle: true #指明连接是否被空闲连接回收器(如果有)进行检验,如果检测失败,则连接将被从池中去除
|
|
test-while-idle: true #指明连接是否被空闲连接回收器(如果有)进行检验,如果检测失败,则连接将被从池中去除
|
|
min-evictable-idle-time-millis: 3600000 #连接池中连接,在时间段内一直空闲,被逐出连接池的时间(1000*60*60),以毫秒为单位
|
|
min-evictable-idle-time-millis: 3600000 #连接池中连接,在时间段内一直空闲,被逐出连接池的时间(1000*60*60),以毫秒为单位
|
|
time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
|
|
time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
|
|
# sleuth:
|
|
|
|
# sampler:
|
|
|
|
# percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
|
|
|
|
|
|
# sleuth:
|
|
|
|
# sampler:
|
|
|
|
# percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
|
|
redis:
|
|
redis:
|
|
database: 0 # Database index used by the connection factory.
|
|
database: 0 # Database index used by the connection factory.
|
|
password: # Login password of the redis server.
|
|
password: # Login password of the redis server.
|
|
@ -40,18 +40,18 @@ spring:
|
|
min-idle: 5 # 连接池中的最小空闲连接
|
|
min-idle: 5 # 连接池中的最小空闲连接
|
|
mail:
|
|
mail:
|
|
default-encoding: UTF-8
|
|
default-encoding: UTF-8
|
|
#端口
|
|
|
|
|
|
#端口
|
|
port: 25
|
|
port: 25
|
|
#协议
|
|
|
|
|
|
#协议
|
|
protocol: smtp
|
|
protocol: smtp
|
|
properties.mail.smtp.auth: true
|
|
properties.mail.smtp.auth: true
|
|
properties.mail.smtp.starttls.enable: true
|
|
properties.mail.smtp.starttls.enable: true
|
|
properties.mail.smtp.starttls.required: true
|
|
properties.mail.smtp.starttls.required: true
|
|
timeout: 1000
|
|
timeout: 1000
|
|
host: smtp.163.com
|
|
host: smtp.163.com
|
|
#发送者的邮箱密码
|
|
|
|
|
|
#发送者的邮箱密码
|
|
password: xmijk181016jkzl
|
|
password: xmijk181016jkzl
|
|
#发送者的邮箱账号
|
|
|
|
|
|
#发送者的邮箱账号
|
|
username: i_jiankang@163.com
|
|
username: i_jiankang@163.com
|
|
es:
|
|
es:
|
|
index:
|
|
index:
|
|
@ -60,7 +60,7 @@ es:
|
|
servicePackLog: base_service_package_log
|
|
servicePackLog: base_service_package_log
|
|
|
|
|
|
fast-dfs:
|
|
fast-dfs:
|
|
tracker-server: 172.26.0.110:22122 #服务器地址
|
|
|
|
|
|
tracker-server: 172.19.103.54:22122 #服务器地址
|
|
connect-timeout: 2 #链接超时时间
|
|
connect-timeout: 2 #链接超时时间
|
|
network-timeout: 30
|
|
network-timeout: 30
|
|
charset: ISO8859-1 #编码
|
|
charset: ISO8859-1 #编码
|
|
@ -85,9 +85,9 @@ wechat:
|
|
spring:
|
|
spring:
|
|
profiles: jwdev
|
|
profiles: jwdev
|
|
datasource:
|
|
datasource:
|
|
# url: jdbc:mysql://172.17.110.160/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: ssgg
|
|
|
|
# password: ssgg
|
|
|
|
|
|
# url: jdbc:mysql://172.17.110.160/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: ssgg
|
|
|
|
# password: ssgg
|
|
url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
username: root
|
|
username: root
|
|
password: 123456
|
|
password: 123456
|
|
@ -137,12 +137,12 @@ im:
|
|
spring:
|
|
spring:
|
|
profiles: jwtest
|
|
profiles: jwtest
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://192.168.1.221/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
username: wlyy_sr
|
|
|
|
password: 4zjQjEax
|
|
|
|
# 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.104/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
username: ssgg
|
|
|
|
password: ssgg@jkzl2019
|
|
|
|
# url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: root
|
|
|
|
# password: 123456
|
|
elasticsearch:
|
|
elasticsearch:
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
@ -189,9 +189,9 @@ spring:
|
|
url: jdbc:mysql://172.26.0.104/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.26.0.104/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
username: ssgg
|
|
username: ssgg
|
|
password: ssgg@jkzl2019
|
|
password: ssgg@jkzl2019
|
|
# url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: root
|
|
|
|
# password: 123456
|
|
|
|
|
|
# url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: root
|
|
|
|
# password: 123456
|
|
elasticsearch:
|
|
elasticsearch:
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
@ -239,9 +239,9 @@ spring:
|
|
url: jdbc:mysql://172.26.0.195/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.26.0.195/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
username: root
|
|
username: root
|
|
password: jkzlehr
|
|
password: jkzlehr
|
|
# url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: root
|
|
|
|
# password: 123456
|
|
|
|
|
|
# url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: root
|
|
|
|
# password: 123456
|
|
elasticsearch:
|
|
elasticsearch:
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
@ -360,7 +360,7 @@ hospital:
|
|
wlyy:
|
|
wlyy:
|
|
url: http://ehr.yihu.com/wlyy/
|
|
url: http://ehr.yihu.com/wlyy/
|
|
wechat:
|
|
wechat:
|
|
# id: xm_ykyy_wx
|
|
|
|
|
|
# id: xm_ykyy_wx
|
|
id: d24d1367-7f4f-43af-910e-a0a43799e040
|
|
id: d24d1367-7f4f-43af-910e-a0a43799e040
|
|
#文件服务器上传配置 0本地,1.I健康,2.内网调用
|
|
#文件服务器上传配置 0本地,1.I健康,2.内网调用
|
|
testPattern:
|
|
testPattern:
|
|
@ -424,9 +424,9 @@ spring:
|
|
url: jdbc:mysql://10.90.32.3:20002/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://10.90.32.3:20002/iot-base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
username: wlyy_new
|
|
username: wlyy_new
|
|
password: J4&y9sk#1G
|
|
password: J4&y9sk#1G
|
|
# url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: root
|
|
|
|
# password: 123456
|
|
|
|
|
|
# url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
|
# username: root
|
|
|
|
# password: 123456
|
|
elasticsearch:
|
|
elasticsearch:
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
cluster-nodes: 10.90.32.3:20010,10.90.32.3:20012 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
cluster-nodes: 10.90.32.3:20010,10.90.32.3:20012 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
@ -599,9 +599,9 @@ im:
|
|
spring:
|
|
spring:
|
|
profiles: hzprod
|
|
profiles: hzprod
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://10.18.43.40:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
|
username: wlyy
|
|
|
|
password: '0XxS3W*!cRj'
|
|
|
|
|
|
url: jdbc:mysql://10.18.43.40:3306/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true&useSSL=false
|
|
|
|
username: wlyy
|
|
|
|
password: '0XxS3W*!cRj'
|
|
elasticsearch:
|
|
elasticsearch:
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
cluster-name: jkzl #集群名 默认elasticsearch
|
|
cluster-nodes: 10.18.43.40:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
cluster-nodes: 10.18.43.40:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
|
|
@ -830,4 +830,4 @@ testPattern:
|
|
sign: 1
|
|
sign: 1
|
|
remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
|
|
remote_inner_url: 172.16.100.240:10023/open/fileUpload/upload_stream
|
|
im:
|
|
im:
|
|
im_list_get: http://127.0.0.1:3000/
|
|
|
|
|
|
im_list_get: http://127.0.0.1:3000/
|