拦截器(interceptor),类似servlet中的过滤器。 Spring 3 MVC Interceptor tutorial with exampleSpring MVC Interceptors Example – HandlerInterceptor and HandlerInterceptorAdapterSpring MVC handler interceptors exampleSpring MVC Handler Interceptor 暂不支持注解。Is it possible to wire a Spring MVC Interceptor using annotations?
项目结构创建项目Pcrojet_0104,最终结构如下: 源码applicationContext.xml<?xml version='1.0' encoding='UTF-8' ?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:aop="http://www.springframework.