Spring boot response compress example
Table of Contents1. Overviewapplication.properties2. Example:2.1 pom.xml2.1 application.properties2.2 CompressDemoController2.3 SpringBootConfig2.4 Output4. References 1. Overview Spring boot response compress or gzip can be enabled using server.compression.enabled in application.properties file, It will be supported…
