摘要: https://blog.csdn.net/Aria_Miazzy/article/details/88066975 阅读全文
posted @ 2019-07-20 23:30 tonggc1668 阅读(99) 评论(0) 推荐(0)
摘要: package me.zhengjie.tools.service; import me.zhengjie.tools.domain.Picture; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.CacheEvict; import or... 阅读全文
posted @ 2019-07-20 18:09 tonggc1668 阅读(183) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.utils; import cn.hutool.core.util.IdUtil; import org.springframework.web.multipart.MultipartFile; import java.io.File; import java.io.IOException; import java.text.Decimal... 阅读全文
posted @ 2019-07-20 18:06 tonggc1668 阅读(338) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.utils; import java.util.Calendar; import java.util.Date; /** * @author jie * @date 2018-12-13 * * 日期工具 */ public class TimeUtil { public static String getWeekDa... 阅读全文
posted @ 2019-07-20 17:59 tonggc1668 阅读(414) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.aop.log; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; ... 阅读全文
posted @ 2019-07-20 16:34 tonggc1668 阅读(210) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/gyshun/article/details/81000997 阅读全文
posted @ 2019-07-20 12:20 tonggc1668 阅读(406) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/worldchinalee/article/details/79413830 阅读全文
posted @ 2019-07-20 12:08 tonggc1668 阅读(194) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/xcdsdf14545/article/details/86164012 阅读全文
posted @ 2019-07-20 12:07 tonggc1668 阅读(454) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.exception; import org.springframework.util.StringUtils; import java.util.HashMap; import java.util.Map; import java.util.st 阅读全文
posted @ 2019-07-20 10:51 tonggc1668 阅读(440) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.utils; import me.zhengjie.common.exception.BadRequestException; import java.util.Optional; /** * 验证工具 * @author jie * @date 2018-11-23 */ public class ValidationUtil ... 阅读全文
posted @ 2019-07-20 10:48 tonggc1668 阅读(311) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.exception; import lombok.Getter; import org.springframework.http.HttpStatus; import static org.springframework.http.HttpStatus.BAD_REQUEST; /** * @author jie * @date 2... 阅读全文
posted @ 2019-07-20 10:47 tonggc1668 阅读(1459) 评论(0) 推荐(0)
摘要: package me.zhengjie.core.utils; import org.springframework.util.DigestUtils; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec... 阅读全文
posted @ 2019-07-20 10:45 tonggc1668 阅读(1335) 评论(0) 推荐(0)
摘要: package me.zhengjie.core.security; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.AllArgsConstructor; import lombok.Getter; import org.springframework.security.core.GrantedAuthori... 阅读全文
posted @ 2019-07-20 10:41 tonggc1668 阅读(424) 评论(0) 推荐(0)