Spring boot response compress

Spring boot response compress example

1. Overview Spring boot response compress or gzip can be enabled using  server.compression.enabled in application.properties file, It will be supported for Tomcat, Jetty, and Undertow servers. While compress response, accept-encoding response header will…

Read More
spring boot freemarker example

Spring boot freemarker example

Spring boot provide view technology to front development. here is spring boot freemarker example. spring-boot-starter-freemarker dependency requires in class path so spring boot automatically configure freemarker configuration.   For freemarker require .ftl template…

Read More
Spring boot session timeout

Spring boot session timeout

Spring boot session timeout related configuration common for all server like tomcat, jetty, undertow. server.session.timeout  has been used to configure session timeout in spring boot application in  application.properties file. server.session.timeout consider…

Read More