Commit 6c0e9bd4 authored by 于桐's avatar 于桐

fix,日志切面

parent eb873c31
......@@ -35,7 +35,8 @@ public class LogCallHttpAspect {
private ObjectMapper objectMapper;
@Pointcut(value = "execution(public * cn.quantgroup.xyqb.controller..*.*(..)) "
+ "&& !execution(* cn.quantgroup.xyqb.controller.ExceptionHandlingController.*(..))")
+ "&& !execution(* cn.quantgroup.xyqb.controller.ExceptionHandlingController.*(..))"
+ "&& !execution(* cn.quantgroup.xyqb.controller.middleoffice.login.ILoginModule.*(..))") // 服务层包路径导致错误,暂时不动,在合适的时候应该挪走
private void logHttpCaller() {
}
......
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