작성
·
356
0
강의 내용처럼 코드는 짜면서 5.7이상버전에 맞게로 하려니..
에러발생하는데
강의 내용처럼은 할 수 가 없습니다 ㅜㅜ
---
(해결완료)
dao하나 bean등록해서 매니저빌더 통해 설정해주었습니다
AuthenticationManagerBuilder authenticationManagerBuilder = http.getSharedObject(AuthenticationManagerBuilder.class);
authenticationManagerBuilder.authenticationProvider(daoAuthenticationProvider());