【fix sonar】 LogRecordAspect.java 文件

This commit is contained in:
tianwenbo
2023-03-07 16:58:06 +08:00
parent f0a60b4578
commit 5ff1b4b332
@@ -1,17 +1,17 @@
package com.jero.modules.ngalain.aop; package com.jero.modules.ngalain.aop;
import javax.servlet.http.HttpServletRequest;
import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut; import org.aspectj.lang.annotation.Pointcut;
import org.springframework.context.annotation.Configuration; import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.context.request.RequestAttributes; import org.springframework.web.context.request.RequestAttributes;
import org.springframework.web.context.request.RequestContextHolder; import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes; import org.springframework.web.context.request.ServletRequestAttributes;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;; import javax.servlet.http.HttpServletRequest;
// 暂时注释掉,提高系统性能 // 暂时注释掉,提高系统性能