Commit cd2dbc88 authored by 黎博's avatar 黎博

fix error

parent b7e38bec
......@@ -28,7 +28,7 @@ public class HttpLogAspect {
private static final Logger logger = LoggerFactory.getLogger(HttpLogAspect.class);
@Pointcut("execution(public * cn.qg.holmes.controller.mock.*(..))")
@Pointcut("execution(public * cn.qg.holmes.controller.mock..*(..))")
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