代码更新

This commit is contained in:
ludj
2023-02-07 15:08:42 +08:00
parent 13a7237a63
commit 22634668e7

View File

@@ -37,7 +37,7 @@ public class LokiLogAspect {
* @return * @return
*/ */
@Around("operatorLog()") @Around("operatorLog()")
public synchronized Object around(ProceedingJoinPoint pjp) throws Throwable { public Object around(ProceedingJoinPoint pjp) throws Throwable {
// ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes(); // ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
// HttpServletRequest request = attributes.getRequest(); // HttpServletRequest request = attributes.getRequest();
// HttpServletResponse response = attributes.getResponse(); // HttpServletResponse response = attributes.getResponse();