初始化项目

This commit is contained in:
2026-03-22 23:15:50 +08:00
parent ebbe45d452
commit 5636114d28

View File

@@ -31,19 +31,19 @@ server:
tomcat:
uri-encoding: UTF-8
# 表单请求数据的最大大小
max-http-form-post-size: 20MB
# # 客户端发送请求参数个数限制
# max-parameter-count: 10000
# # 文件上传的表单请求参数个数限制
# max-part-count: 50
# # 进程的最大连接数
# max-connections: 8192
# # 连接数满后的排队个数
# accept-count: 100
# # 线程数最大和最小个数
# threads:
# max: 200
# min-spare: 10
max-http-form-post-size: 200MB
# 客户端发送请求参数个数限制
max-parameter-count: 10000
# 文件上传的表单请求参数个数限制
max-part-count: 50
# 进程的最大连接数
max-connections: 8192
# 连接数满后的排队个数
accept-count: 100
# 线程数最大和最小个数
threads:
max: 200
min-spare: 10
# 当 Nginx 为 httpstomcat 为 http 时,设置该选项为 true
schemeHttps: false