Commit 54d3a56b authored by yanzg's avatar yanzg

Fegin匹配

parent cf8a5eb3
...@@ -24,7 +24,7 @@ public class FeignAspect extends AbstractValidateAspect { ...@@ -24,7 +24,7 @@ public class FeignAspect extends AbstractValidateAspect {
/** /**
* AOP的表达式 * AOP的表达式
*/ */
@Pointcut("execution(* com..feign.*Feign.*(..))") @Pointcut("execution(* com..feign..*Feign.*(..))")
public void feignAspect() { public void feignAspect() {
} }
......
...@@ -76,7 +76,7 @@ public class WebAspect extends AbstractValidateAspect implements ThreadNext.Next ...@@ -76,7 +76,7 @@ public class WebAspect extends AbstractValidateAspect implements ThreadNext.Next
/** /**
* exec aop point aspect * exec aop point aspect
*/ */
@Pointcut("execution(* com..web.*Controller.*(..))") @Pointcut("execution(* com..web..*Controller.*(..))")
public void webAspect() { public void webAspect() {
} }
......
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