WebSecurityConfigAdapter를 상속받아 정의한 클래스 안에 다음 메소드를 정의해야 한다.
@Bean
@Override
public AuthenticationManager authenticationManager() throws Exception{
return super.authenticationManagerBean();
}
WebSecurityConfigAdapter를 상속받아 정의한 클래스 안에 다음 메소드를 정의해야 한다.
@Bean
@Override
public AuthenticationManager authenticationManager() throws Exception{
return super.authenticationManagerBean();
}