xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java
@@ -81,6 +81,7 @@ @Override protected void configure(AuthenticationManagerBuilder auth) throws Exception { auth.authenticationProvider(new DaoAuthenticationProvider()); auth.userDetailsService(userDetailsService).passwordEncoder(new BCryptPasswordEncoder()); }