...
|
...
|
@@ -127,8 +127,8 @@ |
|
|
<aop:config>
|
|
|
<aop:pointcut id="ufoMethodProfilePointcut"
|
|
|
expression="
|
|
|
(execution(* com.yohoufo.*.*.service..*.*(..)))
|
|
|
or (execution(* com.yohoufo.*.*.controller..*.*(..)))
|
|
|
(execution(* com.yohoufo.*.service..*.*(..)))
|
|
|
or (execution(* com.yohoufo.*.controller..*.*(..)))
|
|
|
or (execution(* com.yoho.core.redis.YH*Operations.*(..)))
|
|
|
or (execution(* com.yoho.core.redis.cluster.operations.nosync.*.*(..)))"/>
|
|
|
<aop:advisor pointcut-ref="ufoMethodProfilePointcut" advice-ref="serviceMethodInterceptor"/>
|
...
|
...
|
|