springboot下的Filter过滤器;springmvc的HandlerInterceptorAdapter拦截器;Spring的GenericFilterBean过滤器
FilterFilter要使请求继续被处理,就一定要显示调用filterChain.doFilter()自定义Filter,@WebFilter形式@WebFilter形式控制不了多个过滤器之间的执行顺序,默认是按照class名字首字母的ASCII的字母排序.并且需要在启动类上加上@ServletComponentScan扫描过滤器packagecom.fchan.espractice.filte