Showing
1 changed file
with
14 additions
and
14 deletions
@@ -57,19 +57,19 @@ | @@ -57,19 +57,19 @@ | ||
57 | <mvc:resources location="/fonts/" mapping="/fonts/**"/> | 57 | <mvc:resources location="/fonts/" mapping="/fonts/**"/> |
58 | <mvc:resources location="/script/" mapping="/script/**"/> | 58 | <mvc:resources location="/script/" mapping="/script/**"/> |
59 | 59 | ||
60 | - <!--<mvc:interceptors>--> | ||
61 | - <!--<!– 登录验证 –>--> | ||
62 | - <!--<mvc:interceptor>--> | ||
63 | - <!--<mvc:mapping path="/**"/>--> | ||
64 | - <!--<mvc:exclude-mapping path="/hystrix/**"/>--> | ||
65 | - <!--<mvc:exclude-mapping path="/user/**"/>--> | ||
66 | - <!--<mvc:exclude-mapping path="/img/**"/>--> | ||
67 | - <!--<mvc:exclude-mapping path="/css/**"/>--> | ||
68 | - <!--<mvc:exclude-mapping path="/js/**"/>--> | ||
69 | - <!--<mvc:exclude-mapping path="/fonts/**"/>--> | ||
70 | - <!--<mvc:exclude-mapping path="/script/**"/>--> | ||
71 | - <!--<bean class="com.ui.interceptor.AuthInterceptor"/>--> | ||
72 | - <!--</mvc:interceptor>--> | ||
73 | - <!--</mvc:interceptors>--> | 60 | + <mvc:interceptors> |
61 | + <!-- 登录验证 --> | ||
62 | + <mvc:interceptor> | ||
63 | + <mvc:mapping path="/**"/> | ||
64 | + <mvc:exclude-mapping path="/hystrix/**"/> | ||
65 | + <mvc:exclude-mapping path="/user/**"/> | ||
66 | + <mvc:exclude-mapping path="/img/**"/> | ||
67 | + <mvc:exclude-mapping path="/css/**"/> | ||
68 | + <mvc:exclude-mapping path="/js/**"/> | ||
69 | + <mvc:exclude-mapping path="/fonts/**"/> | ||
70 | + <mvc:exclude-mapping path="/script/**"/> | ||
71 | + <bean class="com.ui.interceptor.AuthInterceptor"/> | ||
72 | + </mvc:interceptor> | ||
73 | + </mvc:interceptors> | ||
74 | 74 | ||
75 | </beans> | 75 | </beans> |
-
Please register or login to post a comment