需要配置如下两个参数,其中第二个为压缩的门槛,超过则压缩,默认使用gzip:
server.compression.enabled=true
server.compression.min-response-size=2
默认情况,如下类型的响应会被压缩
• text/html
• text/xml
• text/plain
• text/css
• text/javascript
• application/javascript
429
• application/json
• application/xml
可以通过server.compression.mime-types来自定义需要压缩的类型