|
|
|
|
|
server:
|
|
|
|
|
|
port: 9010
|
|
|
|
|
|
|
|
|
|
|
|
spring:
|
|
|
|
|
|
application:
|
|
|
|
|
|
name: @artifactId@
|
|
|
|
|
|
profiles:
|
|
|
|
|
|
active: prod
|
|
|
|
|
|
datasource:
|
|
|
|
|
|
dynamic:
|
|
|
|
|
|
primary: master #设置默认的数据源,默认值为master
|
|
|
|
|
|
strict: false #是否用严格模式,如果启用在味匹配到指定数据源时抛出异常
|
|
|
|
|
|
datasource:
|
|
|
|
|
|
master:
|
|
|
|
|
|
url: jdbc:log4jdbc:mysql://db.docus.cn:3306/docus_medicalrecord?autoReconnect=true&allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
|
|
|
|
|
|
username: docus
|
|
|
|
|
|
password: docus702
|
|
|
|
|
|
driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
|
# 初始化配置
|
|
|
|
|
|
initial-size: 3
|
|
|
|
|
|
# 最小连接数
|
|
|
|
|
|
min-idle: 3
|
|
|
|
|
|
# 最大连接数
|
|
|
|
|
|
max-active: 15
|
|
|
|
|
|
# 获取连接超 时时间
|
|
|
|
|
|
max-wait: 5000
|
|
|
|
|
|
# 连接有效性检测时间
|
|
|
|
|
|
time-between-eviction-runs-millis: 90000
|
|
|
|
|
|
# 最大空闲时间
|
|
|
|
|
|
min-evictable-idle-time-millis: 1800000
|
|
|
|
|
|
test-while-idle: true
|
|
|
|
|
|
test-on-borrow: false
|
|
|
|
|
|
test-on-return: false
|
|
|
|
|
|
validation-query: select 1
|
|
|
|
|
|
mzsy:
|
|
|
|
|
|
url: jdbc:sqlserver://192.168.0.109;DatabaseName=interface_xmjs
|
|
|
|
|
|
username: xmjs
|
|
|
|
|
|
password: xmjs
|
|
|
|
|
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
|
# 初始化配置
|
|
|
|
|
|
initial-size: 3
|
|
|
|
|
|
# 最小连接数
|
|
|
|
|
|
min-idle: 3
|
|
|
|
|
|
# 最大连接数
|
|
|
|
|
|
max-active: 10
|
|
|
|
|
|
# 获取连接超 时时间
|
|
|
|
|
|
max-wait: 5000
|
|
|
|
|
|
# 连接有效性检测时间
|
|
|
|
|
|
time-between-eviction-runs-millis: 90000
|
|
|
|
|
|
# 最大空闲时间
|
|
|
|
|
|
min-evictable-idle-time-millis: 1800000
|
|
|
|
|
|
test-while-idle: true
|
|
|
|
|
|
test-on-borrow: false
|
|
|
|
|
|
test-on-return: false
|
|
|
|
|
|
validation-query: select 1
|
|
|
|
|
|
mzsy-shouma:
|
|
|
|
|
|
url: jdbc:sqlserver://192.168.0.251:1433;DatabaseName=kbamis-mzsy
|
|
|
|
|
|
username: sa
|
|
|
|
|
|
password: hospital
|
|
|
|
|
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
|
# 初始化配置
|
|
|
|
|
|
initial-size: 3
|
|
|
|
|
|
# 最小连接数
|
|
|
|
|
|
min-idle: 3
|
|
|
|
|
|
# 最大连接数
|
|
|
|
|
|
max-active: 10
|
|
|
|
|
|
# 获取连接超 时时间
|
|
|
|
|
|
max-wait: 5000
|
|
|
|
|
|
# 连接有效性检测时间
|
|
|
|
|
|
time-between-eviction-runs-millis: 90000
|
|
|
|
|
|
# 最大空闲时间
|
|
|
|
|
|
min-evictable-idle-time-millis: 1800000
|
|
|
|
|
|
test-while-idle: true
|
|
|
|
|
|
test-on-borrow: false
|
|
|
|
|
|
test-on-return: false
|
|
|
|
|
|
validation-query: select 1
|
|
|
|
|
|
ydzyy-pacs:
|
|
|
|
|
|
url: jdbc:sqlserver://10.10.100.105;DatabaseName=pacsdb
|
|
|
|
|
|
username: wzhpacs
|
|
|
|
|
|
password: huaeasepacs
|
|
|
|
|
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
|
# 初始化配置
|
|
|
|
|
|
initial-size: 3
|
|
|
|
|
|
# 最小连接数
|
|
|
|
|
|
min-idle: 3
|
|
|
|
|
|
# 最大连接数
|
|
|
|
|
|
max-active: 10
|
|
|
|
|
|
# 获取连接超 时时间
|
|
|
|
|
|
max-wait: 5000
|
|
|
|
|
|
# 连接有效性检测时间
|
|
|
|
|
|
time-between-eviction-runs-millis: 90000
|
|
|
|
|
|
# 最大空闲时间
|
|
|
|
|
|
min-evictable-idle-time-millis: 1800000
|
|
|
|
|
|
test-while-idle: true
|
|
|
|
|
|
test-on-borrow: false
|
|
|
|
|
|
test-on-return: false
|
|
|
|
|
|
validation-query: select 1
|
|
|
|
|
|
|
|
|
|
|
|
mzzyy-xd:
|
|
|
|
|
|
url: jdbc:sqlserver://199.168.91.23:1433;DatabaseName=CardioScanServer
|
|
|
|
|
|
username: dmsuser
|
|
|
|
|
|
password: dmsecg@2020
|
|
|
|
|
|
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
|
# 初始化配置
|
|
|
|
|
|
initial-size: 3
|
|
|
|
|
|
# 最小连接数
|
|
|
|
|
|
min-idle: 3
|
|
|
|
|
|
# 最大连接数
|
|
|
|
|
|
max-active: 10
|
|
|
|
|
|
# 获取连接超 时时间
|
|
|
|
|
|
max-wait: 5000
|
|
|
|
|
|
# 连接有效性检测时间
|
|
|
|
|
|
time-between-eviction-runs-millis: 90000
|
|
|
|
|
|
# 最大空闲时间
|
|
|
|
|
|
min-evictable-idle-time-millis: 1800000
|
|
|
|
|
|
test-while-idle: true
|
|
|
|
|
|
test-on-borrow: false
|
|
|
|
|
|
test-on-return: false
|
|
|
|
|
|
validation-query: select 1
|
|
|
|
|
|
redis:
|
|
|
|
|
|
host: redis.docus.cn
|
|
|
|
|
|
password: JSdocus@702
|
|
|
|
|
|
cloud:
|
|
|
|
|
|
nacos:
|
|
|
|
|
|
discovery:
|
|
|
|
|
|
server-addr: nacos.docus.cn
|
|
|
|
|
|
namespace: 34acdf7a-9fc6-4bbd-8aea-9a47c8007ad5
|
|
|
|
|
|
config:
|
|
|
|
|
|
server-addr: ${spring.cloud.nacos.discovery.server-addr}
|
|
|
|
|
|
namespace: 34acdf7a-9fc6-4bbd-8aea-9a47c8007ad5
|
|
|
|
|
|
file-extension: yml
|
|
|
|
|
|
shared-configs:
|
|
|
|
|
|
- comm.${spring.cloud.nacos.config.file-extension}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docus:
|
|
|
|
|
|
prevent-invalid-file: SEAL,LOCK,ARCHIVE
|
|
|
|
|
|
sync-service-prefix: ZqDyRy
|
|
|
|
|
|
default-user-pwd: fd29cd53ec12616e5f36b77d4afffbff
|
|
|
|
|
|
url:
|
|
|
|
|
|
# 采集任务补偿地址
|
|
|
|
|
|
viewcollect-server: http://localhost:9295/
|
|
|
|
|
|
# 报告上报地址
|
|
|
|
|
|
downploadlatform-server: http://localhost:9291/
|
|
|
|
|
|
# 获取无视图模式采集任务地址
|
|
|
|
|
|
taskdistribute-server: http://localhost:9296/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dbtype: mysql
|
|
|
|
|
|
|
|
|
|
|
|
mybatis-plus:
|
|
|
|
|
|
configuration:
|
|
|
|
|
|
map-underscore-to-camel-case: true
|
|
|
|
|
|
call-setters-on-nulls: true
|
|
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
|
global-config:
|
|
|
|
|
|
db-config:
|
|
|
|
|
|
field-strategy: NOT_EMPTY
|
|
|
|
|
|
db-type: MYSQL
|
|
|
|
|
|
xxl:
|
|
|
|
|
|
job:
|
|
|
|
|
|
accessToken:
|
|
|
|
|
|
admin:
|
|
|
|
|
|
addresses: http://job.docus.cn:8180/xxl-job-admin
|
|
|
|
|
|
executor:
|
|
|
|
|
|
appname: docus-collect-file-data
|
|
|
|
|
|
address:
|
|
|
|
|
|
ip:
|
|
|
|
|
|
port: 19010
|
|
|
|
|
|
logretentiondays: 30
|
|
|
|
|
|
logpath: D:/xxl-job/docus-collect-file-data
|
|
|
|
|
|
|
|
|
|
|
|
|