Commit 71d1b5d2 by guojuxing

pmd

parent 976bd95a
......@@ -11,6 +11,9 @@
http://www.springframework.org/schema/aop/spring-aop-3.2.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
<mvc:interceptors>
<bean class="com.gic.enterprise.interceptor.RequestInteceptor"></bean>
<bean class="com.gic.enterprise.interceptor.AuthInterceptor"></bean>
<bean class="com.gic.commons.interceptor.HeaderTagInterceptor"/>
<mvc:interceptor>
<!-- 拦截所有的请求,这个必须写在前面,也就是写在【不拦截】的上面 -->
<mvc:mapping path="/**" />
......@@ -20,12 +23,8 @@
<mvc:exclude-mapping path="/gic-auth-web/list-enterprise-by-phone" />
<mvc:exclude-mapping path="/gic-auth-web/login-user-menu" />
<mvc:exclude-mapping path="/gic-auth-web/login-user-operation-item" />
<bean class="com.gic.enterprise.interceptor.RequestInteceptor"></bean>
</mvc:interceptor>
<bean class="com.gic.enterprise.interceptor.AuthInterceptor"></bean>
<bean class="com.gic.commons.interceptor.HeaderTagInterceptor"/>
<bean class="com.gic.commons.interceptor.HeaderSignInterceptor"></bean>
</mvc:interceptor>
</mvc:interceptors>
</beans>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment