Spring Boot @WebFilter不起作用的问题

今天配置filter发现不起作用,以前的Spring MVC直接注解@WebFilter就可以了,但是Spring Boot上这样配置并没有起作用。

需要加上@Configuration

你可能感兴趣的:(springboot)