作者 朱兆平

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

@@ -6,6 +6,11 @@ server: @@ -6,6 +6,11 @@ server:
6 port: 8066 6 port: 8066
7 servlet: 7 servlet:
8 context-path: ${SERVER_CONTEXTPATH:} 8 context-path: ${SERVER_CONTEXTPATH:}
  9 + tomcat:
  10 + connection-timeout: 20000 # 20秒
  11 + max-threads: 200
  12 + accept-count: 100
  13 + max-connections: 8192
9 spring: 14 spring:
10 devtools: 15 devtools:
11 add-properties: false 16 add-properties: false