|
@@ -45,7 +45,7 @@ public class LogFileAspect {
|
|
|
@AfterReturning(returning = "ret", pointcut = "logPoint()")// returning的值和doAfterReturning的参数名一致
|
|
|
public void doAfterReturning(Object ret) throws Throwable {
|
|
|
// 处理完请求,返回内容
|
|
|
- log.info("返回值 : " + JSON.toJSONString(ret));
|
|
|
+ //log.info("返回值 : " + JSON.toJSONString(ret));
|
|
|
}
|
|
|
|
|
|
@Around("logPoint()")
|