Browse Source

房间分布增加排序

ZhangManMan 2 năm trước cách đây
mục cha
commit
846af6c46b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();