|
@@ -25,7 +25,7 @@ public class LoginAspect {
|
|
|
@Autowired
|
|
|
private RedisUtil redisUtil;
|
|
|
|
|
|
- // @Around("execution(* com.sky.ioc..*Controller.*(..))")
|
|
|
+ @Around("execution(* com.sky.ioc..*Controller.*(..))")
|
|
|
public Object aroundLog(ProceedingJoinPoint joinPoint) throws Throwable {
|
|
|
ServletRequestAttributes sra = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
|
|
|
HttpServletRequest request = sra.getRequest();
|