@Component public class LoginUtil extends Object
| Constructor and Description |
|---|
LoginUtil(org.springframework.data.redis.core.RedisTemplate redisTemplate) |
| Modifier and Type | Method and Description |
|---|---|
static LoginSysUserRedisVo |
getLoginSysUserRedisVo()
获取当前登陆用户对象
|
static Long |
getUserId()
获取当前登陆用户的ID
|
static String |
getUsername()
获取当前登陆用户的账号
|
public LoginUtil(org.springframework.data.redis.core.RedisTemplate redisTemplate)
public static LoginSysUserRedisVo getLoginSysUserRedisVo()
public static Long getUserId()
public static String getUsername()
Copyright © 2019. All rights reserved.