代码更新

This commit is contained in:
ludj
2023-07-06 15:00:58 +08:00
parent 6fa8a68356
commit 99c5fcdbdd

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();