4.4.0版本发布

This commit is contained in:
陈精华
2025-01-16 10:44:41 +08:00
parent 8c763599fe
commit 1d39360c60
11 changed files with 64 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ server.port = ${KK_SERVER_PORT:8012}
server.servlet.context-path= ${KK_CONTEXT_PATH:/}
server.servlet.encoding.charset = utf-8
#启用GZIP压缩功能
server.compression.enable= true
server.compression.enabled = true
#允许压缩的响应缓冲区最小字节数默认2048
server.compression.min-response-size = 2048
#压缩格式