You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.4 KiB
YAML
63 lines
1.4 KiB
YAML
server:
|
|
port: 9991
|
|
spring:
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
jdbc-url: jdbc:mysql://192.168.0.66:3364/udi_spms_px?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
|
username: root
|
|
password: Glxp@6066
|
|
hikari:
|
|
connection-timeout: 60000
|
|
maximum-pool-size: 20
|
|
minimum-idle: 10
|
|
redis:
|
|
database: 10
|
|
host: 192.168.0.66
|
|
port: 6400
|
|
# password: 123456
|
|
timeout: 300
|
|
jedis:
|
|
pool:
|
|
max-active: 8
|
|
max-wait: -1
|
|
max-idle: 8
|
|
min-idle: 0
|
|
jackson:
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
time-zone: GMT+8
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 500MB
|
|
max-request-size: 500MB
|
|
|
|
ok:
|
|
http:
|
|
connect-timeout: 3000
|
|
read-timeout: 3000
|
|
write-timeout: 3000
|
|
max-idle-connections: 200
|
|
keep-alive-duration: 300
|
|
|
|
|
|
logging:
|
|
level:
|
|
com.glxp.api.dao: debug
|
|
|
|
initSql: true
|
|
|
|
# knife4j文档是否启用
|
|
knife4j:
|
|
enable: true
|
|
|
|
file_path: /udi/udiwms/udiwmsfile/
|
|
back_file_path: /share/udisps/back/
|
|
err_path: /udi/udiwms/err/
|
|
UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df
|
|
UDI_SERVER_URL: https://www.udims.com/UDI_DL_Server_test
|
|
SPMS_KEY: lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs
|
|
|
|
|
|
API_KEY: 1101
|
|
API_SECRET: zBITspLNvuoEd4FaamlSoqxRHmNsmQ9L
|
|
WEB_TITLE: 平潭协和医院
|