Commit 97481ee5 authored by yanzg's avatar yanzg

修改实例化关系

parent 9ef4a9e9
...@@ -30,6 +30,7 @@ public class MqAspect extends BaseRequestAspect { ...@@ -30,6 +30,7 @@ public class MqAspect extends BaseRequestAspect {
* exec aop point aspect * exec aop point aspect
*/ */
@Pointcut("execution(* *..mq..*Consumer.*(..))") @Pointcut("execution(* *..mq..*Consumer.*(..))")
// @Pointcut("execution(* *..mq..*Consumer.*(..))")
public void mqAspect() { public void mqAspect() {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment