작성
·
2.5K
0
안녕하세요, 먼저 좋은 강의 너무 감사합니다.
스프링 버전이 업데이트 되면서 WebSecurityConfigurerAdapter가 deprecated 되었습니다.
그래서
new JwtAuthenticationFilter(authenticationManager()))
하는 부분에서
이제 WebSecurityConfigurerAdapter를 extend하지 않게 되어
authenticationManager()를 바로 호출할 수 없게 됐습니다.
이 부분 어떻게 수정해야할지 알려주시면 감사하겠습니다.
2022. 12. 29. 16:16
수정된 코드 감사합니당!