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.