|
|
@@ -213,8 +213,4 @@ public class TokenService
|
|
|
String userKey = getTokenKey(loginUser.getToken());
|
|
|
redisService.setCacheObject(userKey, loginUser, 15L, TimeUnit.DAYS);
|
|
|
}
|
|
|
-
|
|
|
- public static void main(String[] args) {
|
|
|
- System.out.println(System.currentTimeMillis());
|
|
|
- }
|
|
|
}
|