Commit 8ee31df7 authored by yanzg's avatar yanzg

所有包、所有类

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