...
 
Commits (2)
    https://gitcode.net/abu935009066/easy-admin/-/commit/f2973865798ab4c2d0e8c5941d6dea1f3234ee5f 增加shardingjdbc 2022-12-05T15:23:07+08:00 laker 935009066@qq.com https://gitcode.net/abu935009066/easy-admin/-/commit/430fe2db360e6c2f1df165374dce3e9d85b993d8 增加shardingjdbc 2022-12-05T21:07:36+08:00 laker 935009066@qq.com
......@@ -4,11 +4,19 @@ server:
enabled: true
min-response-size: 1KB
mime-types: application/json,application/xml,text/html,text/xml,text/plain,application/javascript,text/css
# tomcat配置
tomcat:
# 允许最大连接数,默认8192,当达到临界值时,系统会基于accept-count继续接受连接
max-connections: 8192
# 当所有线程都在使用时,建立连接的请求的等待队列长度,默认100
accept-count: 100
# 连接器在关闭空闲连接之前等待的毫秒数,默认 20000 20s
connection-timeout: 20s
uri-encoding: UTF-8
threads:
# 线程池的最小工作线程数,默认10
min-spare: 50
# 线程池的最大线程数,默认200
max: 1000
servlet:
context-path: /
......