Hi everyone!
I have a problem with getting resources(e.g: images) from static folder without login. That is to say, I put image into META-INF/resources to load in login view, but it redirects to login page. As known as META-INF/resources is automatically added to static folder by Spring Boot.
How can I fix this?