ソースを参照

启用 GZIP压缩

gaoxiongzaq 1 年間 前
コミット
778a381b5b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      server/src/main/config/application.properties

+ 1 - 1
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
 #压缩格式