스프링 보안에서 CSS 또는 JS 리소스를 로드할 수 없음 리소스는 src/main/resource/static/css 또는 src/main/resources/static/js 아래에 있으며 spring boot을 사용하고 있으며 보안 등급은 다음과 같습니다. @Configuration @EnableWebMvcSecurity @EnableGlobalAuthentication public class WebSecurityConfig extends WebSecurityConfigurerAdapter { @Override protected void configure(HttpSecurity http) throws Exception { // http.authorizeRequests().antMatchers("/",..