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...