mdf:修改日志范围
This commit is contained in:
@@ -51,9 +51,10 @@ import java.util.Map;
|
||||
@Slf4j
|
||||
public class LogAspect {
|
||||
|
||||
//org.nl.ext.lk.rest
|
||||
//org.nl.ext.lk.rest org.nl.pda.pdm.rest
|
||||
@Pointcut("execution(* org.nl.*.*..rest..*.*(..)) " +
|
||||
"&& !execution(* org.nl.modules.system.rest.EsLogController.*(..)) ")
|
||||
"&& !execution(* org.nl.modules.system.rest.EsLogController.*(..)) " +
|
||||
"&& !execution(* org.nl.pda.pdm.rest.PfScreenController.*(..)) ")
|
||||
public void logPointCut() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user