Selaa lähdekoodia

房间分布增加排序

ZhangManMan 2 vuotta sitten
vanhempi
commit
846af6c46b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/java/com/sky/ioc/config/LoginAspect.java

+ 1 - 1
src/main/java/com/sky/ioc/config/LoginAspect.java

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