小曾 vmp
blic Object logAround(ProceedingJoinPoint point) throws Throwable {
? ? ? ?Object result = point.proceed();
? ? ? ?ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
? ? ? ?if (attributes != null) {
? ? ? ? ? ?HttpServletRequest request = attributes.getRequest();
? ? ? ? ? ?// 打印請求相關(guān)參數(shù)
? ? ? ? ? ?long startTime = System.currentTimeMillis();
標(biāo)簽: