|
@@ -35,11 +35,11 @@
|
|
<tx:annotation-driven transaction-manager="transactionManager"
|
|
<tx:annotation-driven transaction-manager="transactionManager"
|
|
proxy-target-class="true" />
|
|
proxy-target-class="true" />
|
|
<!-- 对token拦截验证 (为方便测试,测试环境给注释掉) -->
|
|
<!-- 对token拦截验证 (为方便测试,测试环境给注释掉) -->
|
|
-<!-- <mvc:interceptors>
|
|
|
|
|
|
+ <mvc:interceptors>
|
|
<mvc:interceptor>
|
|
<mvc:interceptor>
|
|
<mvc:mapping path="/**" />
|
|
<mvc:mapping path="/**" />
|
|
<mvc:exclude-mapping path="/login"/>
|
|
<mvc:exclude-mapping path="/login"/>
|
|
<bean class="com.fuzamei.interceptor.TokenInterceptor" />
|
|
<bean class="com.fuzamei.interceptor.TokenInterceptor" />
|
|
</mvc:interceptor>
|
|
</mvc:interceptor>
|
|
- </mvc:interceptors> -->
|
|
|
|
|
|
+ </mvc:interceptors>
|
|
</beans>
|
|
</beans>
|