您使用了扩展 WebSecurityConfigurerAdapter的 多个类。
order在WebMvcConfig类上设置。
@Configuration@Order(1)public class WebMvcConfig extends WebSecurityConfigurerAdapter { @Bean public BCryptPasswordEnprer passwordEnprer() { BCryptPasswordEnprer bCryptPasswordEnprer = new BCryptPasswordEnprer(); return bCryptPasswordEnprer; }}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)