rev
This commit is contained in:
@@ -80,8 +80,8 @@ public class LogAspect {
|
||||
// 方法路径
|
||||
String methodName = joinPoint.getTarget().getClass().getName() + "." + signature.getName() + "()";
|
||||
String params=getParameter(method, joinPoint.getArgs());
|
||||
log.info("请求方法:{}",methodName);
|
||||
log.info("请求方法参数:{}",params);
|
||||
// log.info("请求方法:{}",methodName);
|
||||
// log.info("请求方法参数:{}",params);
|
||||
|
||||
Object result;
|
||||
currentTime.set(System.currentTimeMillis());
|
||||
|
||||
Reference in New Issue
Block a user