|
@@ -39,7 +39,7 @@ public class WebLoggingAspect {
|
|
|
/**
|
|
/**
|
|
|
* Pointcut that matches all Spring beans in the application's main packages.
|
|
* 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() {
|
|
public void applicationPackagePointcut() {
|
|
|
}
|
|
}
|
|
|
|
|
|