【v3.8.3】修改配置文件,删除undertow

This commit is contained in:
JEECG
2025-09-14 10:45:32 +08:00
parent d383f7458d
commit 2e93a92dde
10 changed files with 23 additions and 69 deletions

View File

@ -1,12 +1,7 @@
server:
port: 8080
undertow:
decode-url: true # 启用URL解码
# max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz undertow该值默认为-1
worker-threads: 16 # 4核CPU标准配置
buffers:
websocket: 8192 # WebSocket缓冲 以字节为单位这里设置为8 KB
io: 16384 # IO操作缓冲 以字节为单位这里设置为16 KB
tomcat:
max-swallow-size: -1
error:
include-exception: true
include-stacktrace: ALWAYS