框架-Spring知识点

1.Filter过滤器和Intecepter拦截器的区别

作用范围不同
过滤器属于JavaWeb.它实现的是javax.servlet.Filter接口,这个接口是在Servlet规范中定义的,所以Filter依赖于Tomcat等web容器,只能在web程序中使用
拦截器属于Spring.它是一个Spring的组件,由Spring容器管理,并不依赖Tomcat等容器,可以单独使用,不仅能用于web程序,也可以用于Application和Swing等程序中

Read more
You need to set client_id and slot_id to show this AD unit. Please set it in _config.yml.