Bläddra i källkod

修改切点包名

张旭锋 5 dagar sedan
förälder
incheckning
1450bea45f

+ 1 - 1
helio-starter-web/src/main/java/cc/uncarbon/framework/web/aspect/WebLoggingAspect.java

@@ -39,7 +39,7 @@ public class WebLoggingAspect {
     /**
      * Pointcut that matches all Spring beans in the application's main packages.
      */
-    @Pointcut("within(cc.uncarbon.framework..*) || within(cc.uncarbon.module..*) || within(cc.jtzx.crm.module..*)")
+    @Pointcut("within(cc.uncarbon.framework..*) || within(cc.uncarbon.module..*) || within(com.jtzx.crm.module..*)")
     public void applicationPackagePointcut() {
     }