Showing posts with label Serve static resources from different locations using spring. Show all posts
Showing posts with label Serve static resources from different locations using spring. Show all posts

Spring Boot + Spring Security + Serve static resources from different locations

In Spring we can configure static resources such as  images, js, and, css files from specific locations under web application root, the classpath, and other locations. Even we can configure multiple locations to server...