Commit feba8ff6 by 程裕兵

Initial commit

parent 745a4a80
server:
port: 7018
tomcat:
uri-encoding: UTF-8
# 最大工作线程数(默认值 200)
max-threads: 200
# 最小工作线程数(默认值 10)
min-spare-threads: 10
# 最大连接数(默认值 10000)
max-connections: 10000
# 最大连接数饱和后的队列最大容量(默认值100)
acceptCount: 200
info:
name: ${spring.application.name}
version: none
evn: ${spring.profiles.active}
management:
endpoint:
health:
show-details: ALWAYS
endpoints:
web:
exposure:
include: gateway,loggers,health,info,env,metrics,prometheus,threaddump
spring:
mvc:
hiddenmethod:
filter:
enabled: true
servlet:
# 文件上传限制
multipart:
max-file-size: 10MB
max-request-size: 10MB
# 异步处理线程池
asy:
pool:
corePoolSize: 20
maxPoolSize: 100
keepAliveSeconds: 1800
queueCapacity: 120
spring:
application:
name: crontab-bff
profiles:
active: local
http:
encoding:
force: true
charset: UTF-8
enabled: true
main:
allow-bean-definition-overriding: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment