티스토리 뷰
Spring Securty 5.7.x 부터 deprecated 된 WebSecurityConfigureAdapter 의 대체 방법 및 람다식 적용, ignore 적용에 관련된 좋은 내용이 있어서 링크함.
https://velog.io/@csh0034/Spring-Security-Config-Refactoring
[Spring Security] Config Refactoring
WebSecurityConfigurerAdapter Deprecated, Lambda DSL 적용, Resource Filter Chain 설정
velog.io
authorizeRequests() 를 대체하는 authorizeHttpRequests() 에 대한 내용
https://docs.spring.io/spring-security/reference/servlet/authorization/authorize-http-requests.html
Authorize HttpServletRequests with AuthorizationFilter :: Spring Security
The RequestMatcher interface is used to determine if a request matches a given rule. We use securityMatchers to determine if a given HttpSecurity should be applied to a given request. The same way, we can use requestMatchers to determine the authorization
docs.spring.io
- Total
- Today
- Yesterday