Showing
1 changed file
with
1 additions
and
0 deletions
@@ -61,6 +61,7 @@ | @@ -61,6 +61,7 @@ | ||
61 | <!-- 登录验证 --> | 61 | <!-- 登录验证 --> |
62 | <mvc:interceptor> | 62 | <mvc:interceptor> |
63 | <mvc:mapping path="/**"/> | 63 | <mvc:mapping path="/**"/> |
64 | + <mvc:exclude-mapping path="/hystrix/**"/> | ||
64 | <mvc:exclude-mapping path="/user/**"/> | 65 | <mvc:exclude-mapping path="/user/**"/> |
65 | <mvc:exclude-mapping path="/img/**"/> | 66 | <mvc:exclude-mapping path="/img/**"/> |
66 | <mvc:exclude-mapping path="/css/**"/> | 67 | <mvc:exclude-mapping path="/css/**"/> |
-
Please register or login to post a comment