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; ...@@ -8,7 +8,7 @@ import org.springframework.cache.annotation.Cacheable;
import org.springframework.scheduling.annotation.Async; import org.springframework.scheduling.annotation.Async;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-26 * @date 2018-12-26
*/ */
@CacheConfig(cacheNames = "email") @CacheConfig(cacheNames = "email")
......
...@@ -8,7 +8,7 @@ import org.springframework.cache.annotation.Cacheable; ...@@ -8,7 +8,7 @@ import org.springframework.cache.annotation.Cacheable;
import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Pageable;
import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartFile;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-27 * @date 2018-12-27
*/ */
@CacheConfig(cacheNames = "picture") @CacheConfig(cacheNames = "picture")
......
...@@ -11,7 +11,7 @@ import org.springframework.data.domain.Pageable; ...@@ -11,7 +11,7 @@ import org.springframework.data.domain.Pageable;
import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartFile;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-31 * @date 2018-12-31
*/ */
@CacheConfig(cacheNames = "qiNiu") @CacheConfig(cacheNames = "qiNiu")
......
...@@ -4,7 +4,7 @@ import me.zhengjie.domain.VerificationCode; ...@@ -4,7 +4,7 @@ import me.zhengjie.domain.VerificationCode;
import me.zhengjie.domain.vo.EmailVo; import me.zhengjie.domain.vo.EmailVo;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-26 * @date 2018-12-26
*/ */
public interface VerificationCodeService { public interface VerificationCodeService {
......
...@@ -6,7 +6,7 @@ import me.zhengjie.annotation.Query; ...@@ -6,7 +6,7 @@ import me.zhengjie.annotation.Query;
/** /**
* sm.ms图床 * sm.ms图床
* *
* @author jie * @author Zheng Jie
* @date 2019-6-4 09:52:09 * @date 2019-6-4 09:52:09
*/ */
@Data @Data
......
...@@ -4,7 +4,7 @@ import lombok.Data; ...@@ -4,7 +4,7 @@ import lombok.Data;
import me.zhengjie.annotation.Query; import me.zhengjie.annotation.Query;
/** /**
* @author jie * @author Zheng Jie
* @date 2019-6-4 09:54:37 * @date 2019-6-4 09:54:37
*/ */
@Data @Data
......
...@@ -17,7 +17,7 @@ import org.springframework.transaction.annotation.Transactional; ...@@ -17,7 +17,7 @@ import org.springframework.transaction.annotation.Transactional;
import java.util.Optional; import java.util.Optional;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-31 * @date 2018-12-31
*/ */
@Service @Service
......
...@@ -17,7 +17,7 @@ import org.springframework.transaction.annotation.Transactional; ...@@ -17,7 +17,7 @@ import org.springframework.transaction.annotation.Transactional;
import java.util.Optional; import java.util.Optional;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-26 * @date 2018-12-26
*/ */
@Service @Service
......
...@@ -22,7 +22,7 @@ import java.util.HashMap; ...@@ -22,7 +22,7 @@ import java.util.HashMap;
import java.util.Optional; import java.util.Optional;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-27 * @date 2018-12-27
*/ */
@Slf4j @Slf4j
......
...@@ -27,7 +27,7 @@ import org.springframework.web.multipart.MultipartFile; ...@@ -27,7 +27,7 @@ import org.springframework.web.multipart.MultipartFile;
import java.util.Optional; import java.util.Optional;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-31 * @date 2018-12-31
*/ */
@Service @Service
......
...@@ -20,7 +20,7 @@ import java.util.Arrays; ...@@ -20,7 +20,7 @@ import java.util.Arrays;
import java.util.concurrent.*; import java.util.concurrent.*;
/** /**
* @author jie * @author Zheng Jie
* @date 2018-12-26 * @date 2018-12-26
*/ */
@Service @Service
......
...@@ -8,7 +8,7 @@ import java.util.Date; ...@@ -8,7 +8,7 @@ import java.util.Date;
/** /**
* 七牛云存储工具类 * 七牛云存储工具类
* @author jie * @author Zheng Jie
* @date 2018-12-31 * @date 2018-12-31
*/ */
public class QiNiuUtil { 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