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.
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
spring:
|
|
mvc:
|
|
pathmatch:
|
|
matching-strategy: ant_path_matcher
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://192.168.0.43:3306/udidl_test?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
|
username: root
|
|
password: 123456
|
|
hikari:
|
|
pool-name: udidl
|
|
connection-timeout: 100000 #设置等待超时时间为10秒
|
|
maximum-pool-size: 60
|
|
minimum-idle: 10
|
|
redis:
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
password:
|
|
connect-timeout: 5000ms
|
|
lettuce:
|
|
pool:
|
|
max-active: 60
|
|
max-idle: 10
|
|
min-idle: 5
|
|
max-wait: 5000ms
|
|
ok:
|
|
http:
|
|
connect-timeout: 3000
|
|
read-timeout: 3000
|
|
write-timeout: 3000
|
|
max-idle-connections: 200
|
|
keep-alive-duration: 300
|
|
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 100MB
|
|
max-request-size: 1000MB
|
|
|
|
logging:
|
|
level:
|
|
com.glxp: debug
|
|
org.springframework: warn
|
|
config: classpath:logback.xml
|
|
|
|
UDIC_MIPSDOWNLOAD_URL: http://127.0.0.1:8080/UDIC_MIPSDL_Server
|
|
config:
|
|
downloadPath: E:/temp
|
|
openAuth: false
|
|
|
|
TY_AUTHORIZATION: ac9d111c-3abd-4d8c-bf57-2df44952ab2e
|
|
|
|
# 阳光采购平台
|
|
udplat:
|
|
host: http://pre-mcs.udplat.org/mcs-api
|
|
appId: 20004072
|
|
secretKey: hoGxLSEsSyysnS9
|
|
userName: 福建片仔癀诊断技术有限公司
|
|
|