Showing
1 changed file
with
3 additions
and
6 deletions
@@ -42,13 +42,10 @@ | @@ -42,13 +42,10 @@ | ||
42 | <mvc:exclude-mapping path="/test" /> | 42 | <mvc:exclude-mapping path="/test" /> |
43 | <ref bean="controllerCostInterceptor"/> | 43 | <ref bean="controllerCostInterceptor"/> |
44 | </mvc:interceptor> | 44 | </mvc:interceptor> |
45 | - <mvc:interceptor> | ||
46 | - <mvc:mapping path="/**"/> | ||
47 | - <!-- 需排除拦截的地址 --> | ||
48 | - <mvc:exclude-mapping path="/" /> | ||
49 | - <mvc:exclude-mapping path="/test" /> | 45 | + </mvc:interceptors> |
46 | + | ||
47 | + <mvc:interceptors> | ||
50 | <ref bean="threadProfileInterceptor"/> | 48 | <ref bean="threadProfileInterceptor"/> |
51 | - </mvc:interceptor> | ||
52 | </mvc:interceptors> | 49 | </mvc:interceptors> |
53 | 50 | ||
54 | <!--字符串转换器--> | 51 | <!--字符串转换器--> |
-
Please register or login to post a comment