Пример #1
0
 @Override
 protected void configure(AuthenticationManagerBuilder auth) throws Exception {
   auth.userDetailsService(accountServiceImpl).passwordEncoder(EncodingUtils.passwordEncoder());
 }