Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
83dc7f8a
Commit
83dc7f8a
authored
Jun 10, 2019
by
zhengjie
Browse files
优化user列表中的岗位DTO,修改@author信息,新增验证码登录
parent
c01435a0
Changes
172
Hide whitespace changes
Inline
Side-by-side
eladmin-tools/src/main/java/me/zhengjie/service/EmailService.java
View file @
83dc7f8a
...
...
@@ -8,7 +8,7 @@ import org.springframework.cache.annotation.Cacheable;
import
org.springframework.scheduling.annotation.Async
;
/**
* @author
j
ie
* @author
Zheng J
ie
* @date 2018-12-26
*/
@CacheConfig
(
cacheNames
=
"email"
)
...
...
eladmin-tools/src/main/java/me/zhengjie/service/PictureService.java
View file @
83dc7f8a
...
...
@@ -8,7 +8,7 @@ import org.springframework.cache.annotation.Cacheable;
import
org.springframework.data.domain.Pageable
;
import
org.springframework.web.multipart.MultipartFile
;
/**
* @author
j
ie
* @author
Zheng J
ie
* @date 2018-12-27
*/
@CacheConfig
(
cacheNames
=
"picture"
)
...
...
eladmin-tools/src/main/java/me/zhengjie/service/QiNiuService.java
View file @
83dc7f8a
...
...
@@ -11,7 +11,7 @@ import org.springframework.data.domain.Pageable;
import
org.springframework.web.multipart.MultipartFile
;
/**
* @author
j
ie
* @author
Zheng J
ie
* @date 2018-12-31
*/
@CacheConfig
(
cacheNames
=
"qiNiu"
)
...
...
eladmin-tools/src/main/java/me/zhengjie/service/VerificationCodeService.java
View file @
83dc7f8a
...
...
@@ -4,7 +4,7 @@ import me.zhengjie.domain.VerificationCode;
import
me.zhengjie.domain.vo.EmailVo
;
/**
* @author
j
ie
* @author
Zheng J
ie
* @date 2018-12-26
*/
public
interface
VerificationCodeService
{
...
...
eladmin-tools/src/main/java/me/zhengjie/service/dto/PictureQueryCriteria.java
View file @
83dc7f8a
...
...
@@ -6,7 +6,7 @@ import me.zhengjie.annotation.Query;
/**
* sm.ms图床
*
* @author
j
ie
* @author
Zheng J
ie
* @date 2019-6-4 09:52:09
*/
@Data
...
...
eladmin-tools/src/main/java/me/zhengjie/service/dto/QiniuQueryCriteria.java
View file @
83dc7f8a
...
...
@@ -4,7 +4,7 @@ import lombok.Data;
import
me.zhengjie.annotation.Query
;
/**
* @author
j
ie
* @author
Zheng J
ie
* @date 2019-6-4 09:54:37
*/
@Data
...
...
eladmin-tools/src/main/java/me/zhengjie/service/impl/AlipayServiceImpl.java
View file @
83dc7f8a
...
...
@@ -17,7 +17,7 @@ import org.springframework.transaction.annotation.Transactional;
import
java.util.Optional
;
/**
* @author
j
ie
* @author
Zheng J
ie
* @date 2018-12-31
*/
@Service
...
...
eladmin-tools/src/main/java/me/zhengjie/service/impl/EmailServiceImpl.java
View file @
83dc7f8a
...
...
@@ -17,7 +17,7 @@ import org.springframework.transaction.annotation.Transactional;
import
java.util.Optional
;
/**
* @author
j
ie
* @author
Zheng J
ie
* @date 2018-12-26
*/
@Service
...
...
eladmin-tools/src/main/java/me/zhengjie/service/impl/PictureServiceImpl.java
View file @
83dc7f8a
...
...
@@ -22,7 +22,7 @@ import java.util.HashMap;
import
java.util.Optional
;
/**
* @author
j
ie
* @author
Zheng J
ie
* @date 2018-12-27
*/
@Slf4j
...
...
eladmin-tools/src/main/java/me/zhengjie/service/impl/QiNiuServiceImpl.java
View file @
83dc7f8a
...
...
@@ -27,7 +27,7 @@ import org.springframework.web.multipart.MultipartFile;
import
java.util.Optional
;
/**
* @author
j
ie
* @author
Zheng J
ie
* @date 2018-12-31
*/
@Service
...
...
eladmin-tools/src/main/java/me/zhengjie/service/impl/VerificationCodeServiceImpl.java
View file @
83dc7f8a
...
...
@@ -20,7 +20,7 @@ import java.util.Arrays;
import
java.util.concurrent.*
;
/**
* @author
j
ie
* @author
Zheng J
ie
* @date 2018-12-26
*/
@Service
...
...
eladmin-tools/src/main/java/me/zhengjie/utils/QiNiuUtil.java
View file @
83dc7f8a
...
...
@@ -8,7 +8,7 @@ import java.util.Date;
/**
* 七牛云存储工具类
* @author
j
ie
* @author
Zheng J
ie
* @date 2018-12-31
*/
public
class
QiNiuUtil
{
...
...
Prev
1
…
5
6
7
8
9
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment