Authored by LUOXC

add cache aop trace

... ... @@ -128,7 +128,9 @@
<aop:pointcut id="ufoMethodProfilePointcut"
expression="
(execution(* com.yohoufo.*.service..*.*(..)))
or (execution(* com.yohoufo.*.controller..*.*(..)))
or (execution(* com.yohoufo.common.cache.ControllerCacheAop.*(..)))
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"/>
... ...