作者 朱兆平

update: 安全检测报告后优化及修复

... ... @@ -6,6 +6,11 @@ server:
port: 8066
servlet:
context-path: ${SERVER_CONTEXTPATH:}
tomcat:
connection-timeout: 20000 # 20秒
max-threads: 200
accept-count: 100
max-connections: 8192
spring:
devtools:
add-properties: false
... ...