Commit 3496e5a8 by 黄兆良

20210702-日志切面-黄兆良

parent 43508a13
...@@ -95,8 +95,8 @@ public class WebAspect { ...@@ -95,8 +95,8 @@ public class WebAspect {
/** /**
* 是否打印响应报文日志,默认是false,若为true会覆盖注解里面的{@link IgnoreFeignLogAnnotation}配置,输出响应报文里面所有的信息 * 是否打印响应报文日志,默认是false,若为true会覆盖注解里面的{@link IgnoreFeignLogAnnotation}配置,输出响应报文里面所有的信息
*/ */
@Value("${print-feign-response-body-log-shop-cart:false}") /* @Value("${print-feign-response-body-log-shop-cart:false}")
private volatile boolean printFeignResponseBodyLogForShopCart = false; private volatile boolean printFeignResponseBodyLogForShopCart = false;*/
@Pointcut("execution(* cn.freemud.controller..*.*(..))") @Pointcut("execution(* cn.freemud.controller..*.*(..))")
public void webAspect() { public void webAspect() {
......
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