【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
@ -183,7 +178,7 @@ mybatis-plus:
table-underline: true
configuration:
# # 这个配置会将执行的sql打印出来在开发或测试的时候可以用
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 返回类型为Map,显示null对应的字段
call-setters-on-nulls: true
#jeecg专用配置