Commit 83dc7f8a authored by zhengjie's avatar zhengjie
Browse files

优化user列表中的岗位DTO,修改@author信息,新增验证码登录

parent c01435a0
......@@ -8,7 +8,7 @@ import org.springframework.cache.annotation.Cacheable;
import org.springframework.scheduling.annotation.Async;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-26
*/
@CacheConfig(cacheNames = "email")
......
......@@ -8,7 +8,7 @@ import org.springframework.cache.annotation.Cacheable;
import org.springframework.data.domain.Pageable;
import org.springframework.web.multipart.MultipartFile;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-27
*/
@CacheConfig(cacheNames = "picture")
......
......@@ -11,7 +11,7 @@ import org.springframework.data.domain.Pageable;
import org.springframework.web.multipart.MultipartFile;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-31
*/
@CacheConfig(cacheNames = "qiNiu")
......
......@@ -4,7 +4,7 @@ import me.zhengjie.domain.VerificationCode;
import me.zhengjie.domain.vo.EmailVo;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-26
*/
public interface VerificationCodeService {
......
......@@ -6,7 +6,7 @@ import me.zhengjie.annotation.Query;
/**
* sm.ms图床
*
* @author jie
* @author Zheng Jie
* @date 2019-6-4 09:52:09
*/
@Data
......
......@@ -4,7 +4,7 @@ import lombok.Data;
import me.zhengjie.annotation.Query;
/**
* @author jie
* @author Zheng Jie
* @date 2019-6-4 09:54:37
*/
@Data
......
......@@ -17,7 +17,7 @@ import org.springframework.transaction.annotation.Transactional;
import java.util.Optional;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-31
*/
@Service
......
......@@ -17,7 +17,7 @@ import org.springframework.transaction.annotation.Transactional;
import java.util.Optional;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-26
*/
@Service
......
......@@ -22,7 +22,7 @@ import java.util.HashMap;
import java.util.Optional;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-27
*/
@Slf4j
......
......@@ -27,7 +27,7 @@ import org.springframework.web.multipart.MultipartFile;
import java.util.Optional;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-31
*/
@Service
......
......@@ -20,7 +20,7 @@ import java.util.Arrays;
import java.util.concurrent.*;
/**
* @author jie
* @author Zheng Jie
* @date 2018-12-26
*/
@Service
......
......@@ -8,7 +8,7 @@ import java.util.Date;
/**
* 七牛云存储工具类
* @author jie
* @author Zheng Jie
* @date 2018-12-31
*/
public class QiNiuUtil {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment