springboot 拦截器(interceptor)

springmvc中有两种很广泛的AOP实现: 1.过滤器(Filter) 2.拦截器(Interceptor)css 以前文章已经介绍过filter的用法,这里重点介绍interceptor。html 1)定义interceptor:java public class SessionInterceptor extends HandlerInterceptorAdapter { private
相关文章
相关标签/搜索