Merge branch 'master_hotfix' into dev
Showing
1 changed file
with
0 additions
and
7 deletions
@@ -76,13 +76,6 @@ | @@ -76,13 +76,6 @@ | ||
76 | <ref bean="jsonConverter" /> | 76 | <ref bean="jsonConverter" /> |
77 | </mvc:message-converters> | 77 | </mvc:message-converters> |
78 | </mvc:annotation-driven> | 78 | </mvc:annotation-driven> |
79 | - | ||
80 | - <!-- <!--service接口调用拦截器--> | ||
81 | - <!-- <bean id="serviceMethodInterceptor" class="com.yoho.core.common.monitor.interceptor.MethodProfileInterceptor"/> | ||
82 | - <aop:config> | ||
83 | - <aop:pointcut id="serviceMethodPoint" expression="(execution(* com.yoho.*.*.service.*.*(..))) or (execution(* com.yoho.*.*.service.impl.*.*(..))) or (execution(* com.yoho.*.*.restapi.*.*(..)))"/> | ||
84 | - <aop:advisor pointcut-ref="serviceMethodPoint" advice-ref="serviceMethodInterceptor"/> | ||
85 | - </aop:config> --> | ||
86 | 79 | ||
87 | <bean id="serviceGlobalExceptionHandler" class="com.yoho.error.exception.handler.ServiceGlobalExceptionHandler" /> | 80 | <bean id="serviceGlobalExceptionHandler" class="com.yoho.error.exception.handler.ServiceGlobalExceptionHandler" /> |
88 | <bean id="applicationContextUtil" class="com.yoho.search.utils.ApplicationContextUtil"></bean> | 81 | <bean id="applicationContextUtil" class="com.yoho.search.utils.ApplicationContextUtil"></bean> |
-
Please register or login to post a comment