|
@@ -37,7 +37,7 @@ public class LogInfoAspect {
|
|
|
|
|
|
|
|
public static final String TIME_PATTERN = "yyyy-MM-dd HH:mm:ss:SSS";
|
|
public static final String TIME_PATTERN = "yyyy-MM-dd HH:mm:ss:SSS";
|
|
|
|
|
|
|
|
- @Pointcut("execution(* com.sckw.*.controller.*.*(..))")
|
|
|
|
|
|
|
+ @Pointcut("execution(* com.sckw.*.controller..*.*(..))")
|
|
|
public void cutController() {
|
|
public void cutController() {
|
|
|
}
|
|
}
|
|
|
|
|
|