Spring Security Allow Static Resources without Authentication

Опубликовано: 27 Февраль 2026
на канале: Code Java
1,770
33

In this video, I'd like to share with you guys how to configure Spring Security to allow static resources (images, Javascript, CSS, ...) to pass through Spring Security filter, so clients can request static resources without authentication.

#springsecurity #springboot #springmvc #java