Commit 98e3475b authored by yanzg's avatar yanzg

匹配

parent dee40a3d
...@@ -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(* *..web.*Controller..*(..))") @Pointcut("execution(* *..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