在application.properties中添加配置信息:

#开启压缩功能
server.compression.enabled=true #压缩数据类型
server.compression.mime
-types=application/json,application/xml,text/html,text/xml,text/plain
#开启压缩最小数据字节数默认2048个字节
server.compression.min-response-size=2048

 

相关文章:

  • 2021-12-12
  • 2021-10-22
  • 2021-08-25
  • 2021-09-02
  • 2022-01-18
  • 2021-12-28
  • 2022-02-01
  • 2021-10-01
猜你喜欢
  • 2022-12-23
  • 2021-09-02
  • 2021-10-27
  • 2021-08-16
  • 2021-11-17
  • 2021-07-17
  • 2021-12-10
相关资源
相似解决方案