令牌配置 AuthenticationManager 无法注入
来源:6-8 令牌配置

慕运维6574123
2019-04-12
我用的是springboot 2.1.4 无法进行注入Bean 了
写回答
3回答
-
weixin_慕勒0376808
2020-04-30
@Configuration @Order(101) public class AppSecurityConfig extends WebSecurityConfigurerAdapter { @Bean @Override public AuthenticationManager authenticationManagerBean() throws Exception { return super.authenticationManagerBean(); } }
我是这样弄的,可以了,那个order不加一直报错,没具体研究
00 -
无痕00
2019-08-09
兄弟你这个怎么解决的
012019-08-09 -
JoJo
2019-04-28
额...spring boot 2 没研究了...
00
Spring Security技术栈开发企业级认证与授权
Spring Security技术栈,REST风格开发常见接口,独立开发认证授权模块保证REST服务安全
2662 学习 · 1561 问题
相似问题