Commit b7e38bec authored by 黎博's avatar 黎博

修改httplogaspect

parent 1a321358
...@@ -28,7 +28,7 @@ public class HttpLogAspect { ...@@ -28,7 +28,7 @@ public class HttpLogAspect {
private static final Logger logger = LoggerFactory.getLogger(HttpLogAspect.class); private static final Logger logger = LoggerFactory.getLogger(HttpLogAspect.class);
@Pointcut("execution(public * cn.qg.holmes.controller..*.*(..))") @Pointcut("execution(public * cn.qg.holmes.controller.mock.*(..))")
public void httpRequestLog() {} public void httpRequestLog() {}
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment