Serve Static Resources with Spring 1. Overview This article explores how to serve static resources with Spring – using both XML and Java configuration. Further reading: Cachable Static Assets with Spring MVC This article shows how to cache your static assets such as Javascript and CSS files when serving them with Spring… Continue Reading spring-mvc-static-resources

Changing the Logging Level at the Runtime for a Spring Boot Application 1. Introduction In this tutorial, we’re going to look at ways we can change the logging level of a Spring Boot application at runtime. As with many things, Spring Boot has built-in logging functionality that configures it for… Continue Reading spring-boot-changing-log-level-at-runtime