Skip to content

Instantly share code, notes, and snippets.

@hbekkouche
Created March 2, 2024 11:03
Show Gist options
  • Save hbekkouche/c5067a3e6ff3517f01aef47ca3179c83 to your computer and use it in GitHub Desktop.
Save hbekkouche/c5067a3e6ff3517f01aef47ca3179c83 to your computer and use it in GitHub Desktop.
Spring Boot with Gzip Compression
server.compression.enabled=true
server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json
server.compression.min-response-size=1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment