修复请求日志打印
This commit is contained in:
parent
a0fd37a74e
commit
02560bc4bf
|
@ -31,7 +31,7 @@ public class HttpLogAspect {
|
||||||
/**
|
/**
|
||||||
* 自定义切点
|
* 自定义切点
|
||||||
*/
|
*/
|
||||||
@Pointcut("execution(* com.dite.*.controller.*.*(..)) ")
|
@Pointcut("execution(* com.dite.znpt.web..*(..)) ")
|
||||||
public void log() {
|
public void log() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue