启用 GZIP压缩

pull/166/head
gaoxiongzaq 2023-07-20 09:12:30 +08:00
parent 770769ead5
commit 778a381b5b
1 changed files with 1 additions and 1 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.enable= true
#2048
server.compression.min-response-size = 2048
#