spring boot Could not autowired. Not beans of "XXXFilter" type found.

 

autowired WebSecurityConfigurerAdapter 中注册 过滤器时报下面错误:

 Could not autowired. Not beans of "XXXFilter" type found.

解决方法:

是在过滤器类上加一个 @Component

 Could not autowired. Not beans of "XXXFilter" type found.
posted @ 2022-04-17 23:09  三瑞  阅读(32)  评论(0编辑  收藏  举报