autowired WebSecurityConfigurerAdapter 中注册 过滤器时报下面错误:
not autowired. Not beans of "XXXFilter" type
解决方法:
是在过滤器类上加一个 @Component
spring boot Could not autowired. Not beans of
阅读 58
2022-07-12
autowired WebSecurityConfigurerAdapter 中注册 过滤器时报下面错误:
not autowired. Not beans of "XXXFilter" type
解决方法:
是在过滤器类上加一个 @Component
相关推荐
精彩评论(0)