摘要: SpringMVC 中的Interceptor 拦截请求是通过HandlerInterceptor 来实现的 在SpringMVC 中定义一个Interceptor 非常简单,主要有两种方式 第一种方式是: 要定义的Interceptor类要实现了Spring 的HandlerInterceptor 阅读全文
posted @ 2018-12-06 17:11 X凯 阅读(296) 评论(0) 推荐(0)