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

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

Loading…
Cancel
Save