spring security WebIgnore

spring security WebIgnore

728x90

@Override public void configure(WebSecurity web) throws Exception { web.ignoring().requestMatchers(PathRequest.toStaticResources().atCommonLocations()); }

728x90

from http://arch1tect.tistory.com/231 by ccl(A) rewrite - 2021-12-03 16:01:15