...
|
...
|
@@ -42,13 +42,10 @@ |
|
|
<mvc:exclude-mapping path="/test" />
|
|
|
<ref bean="controllerCostInterceptor"/>
|
|
|
</mvc:interceptor>
|
|
|
<mvc:interceptor>
|
|
|
<mvc:mapping path="/**"/>
|
|
|
<!-- 需排除拦截的地址 -->
|
|
|
<mvc:exclude-mapping path="/" />
|
|
|
<mvc:exclude-mapping path="/test" />
|
|
|
</mvc:interceptors>
|
|
|
|
|
|
<mvc:interceptors>
|
|
|
<ref bean="threadProfileInterceptor"/>
|
|
|
</mvc:interceptor>
|
|
|
</mvc:interceptors>
|
|
|
|
|
|
<!--字符串转换器-->
|
...
|
...
|
|