【修改】代码格式调整

pull/22/head
俞宝山 2021-01-23 15:03:23 +08:00
parent 2518ebc4f6
commit 02425e4729
1 changed files with 5 additions and 6 deletions

View File

@ -1,18 +1,17 @@
package com.cn.xiaonuo.sys.provider;
package com.cn.xiaonuo.sys.core.provider;
import com.anji.captcha.service.CaptchaCacheService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.StringRedisTemplate;
import java.util.concurrent.TimeUnit;
/**
* @ClassName CaptchaCacheServiceProvider
* @Description CaptchaCacheServiceRedis
* CaptchaCacheServiceRedis
* 使redis使
*
* @Author Jax
* @Date 2021/1/21 16:27
**/
* @date 2021/1/21 16:27
*/
public class CaptchaCacheServiceProvider implements CaptchaCacheService {
private static final String REDIS = "redis";