代码更新
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user