|
@@ -36,7 +36,7 @@
|
|
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" />
|