2024-09-16 暴露tokenservice

pull/379/head
zhp 1 year ago
parent 9b604366b5
commit f9142064c9

@ -15,8 +15,8 @@ import java.util.concurrent.TimeUnit;
/**
* Created with IntelliJ IDEA.
*
* @Author:
* @Date: 2023/08/06/15:05
* @Author:
* @Date: 1829
* @Description: token
*/
@ -24,6 +24,7 @@ import java.util.concurrent.TimeUnit;
@Component
@RequiredArgsConstructor
public class CustomerTokenService {
private final RedisService redisService;
/**
* token

@ -1,2 +1,3 @@
com.ruoyi.common.redis.configure.RedisConfig
com.ruoyi.common.redis.service.RedisService
com.ruoyi.common.redis.service.CustomerTokenService

Loading…
Cancel
Save