上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 72 下一页
摘要: 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)
摘要: package me.zhengjie.core.config; import me.zhengjie.core.security.JwtAuthenticationEntryPoint; import me.zhengjie.core.security.JwtAuthorizationTokenFilter; import me.zhengjie.core.service.JwtUserDe... 阅读全文
posted @ 2019-07-19 23:45 tonggc1668 阅读(1323) 评论(0) 推荐(0)
摘要: http://www.bubuko.com/infodetail-2243816.html 阅读全文
posted @ 2019-07-19 23:35 tonggc1668 阅读(1922) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/andy_zhang2007/article/details/90023901 阅读全文
posted @ 2019-07-19 23:30 tonggc1668 阅读(2978) 评论(0) 推荐(0)
摘要: 精通SpringBoot——第三篇:详解WebMvcConfigurer接口 https://yq.aliyun.com/articles/617307 使用WebMvcConfigurer配置SpringMVC https://www.jianshu.com/p/52f39b799fbb 详解@E 阅读全文
posted @ 2019-07-19 22:00 tonggc1668 阅读(676) 评论(0) 推荐(0)
摘要: db.getCollection('a').renameCollection("b"); db.getCollection('a').find({}, {_id: 0}).forEach(doc => db.getCollection('b').insert(doc)); db.getCollect 阅读全文
posted @ 2019-07-17 17:34 tonggc1668 阅读(546) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 72 下一页