Olá! Tenho a seguinte dúvida:
Como que o Spring relaciona esse Bean :
@Override
@Bean
protected AuthenticationManager authenticationManager() throws Exception
{
return super.authenticationManager();
}
Com a seguinte injeção na outra classe:
@Autowired
private AuthenticationManager authManager;