팀프로젝트
[디자이너 모집] 인적 네트워크 체인형 파티 모집 서비스!
질문&답변
[질문] SecurityFilterChain 방식에서 질문드립니다.
어떤 식으로 해결하셨나요? 공유된 깃 허브에 @Bean AuthenticationManager authenticationManager1 (HttpSecurity http) throws Exception { return http.getSharedObject(AuthenticationManager.class); } 부분을 넣어서 실행했는데 똑같이 매니저 null 오류가 나네요..