gaoxiongzaq před 1 rokem
rodič
revize
778a381b5b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 #压缩格式