Commit 4e683d5b by 徐康

新增的feign client打印日志

parent 7ecb5e68
...@@ -133,7 +133,7 @@ public class WebAspect { ...@@ -133,7 +133,7 @@ public class WebAspect {
return result; return result;
} }
@Pointcut("execution(* cn.freemud.service.thirdparty..*.*(..))") @Pointcut("execution(* cn.freemud.service.thirdparty..*.*(..)) || execution(* cn.freemud.service.mccafe.thirdparty..*.*(..)) || execution(* cn.freemud.management.thirdparty..*.*(..))")
public void clientLog() { public void clientLog() {
} }
......
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