From 778a381b5b4ae9ce88cf2bbb6037958470488f7a Mon Sep 17 00:00:00 2001 From: gaoxiongzaq Date: Thu, 20 Jul 2023 09:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8=20GZIP=E5=8E=8B=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/main/config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/config/application.properties b/server/src/main/config/application.properties index ee8a9fad..732ddfbf 100644 --- a/server/src/main/config/application.properties +++ b/server/src/main/config/application.properties @@ -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 #压缩格式