上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 72 下一页
摘要: https://blog.csdn.net/caihaijiang/article/details/8629725 阅读全文
posted @ 2019-07-23 22:30 tonggc1668 阅读(288) 评论(0) 推荐(0)
摘要: 观察者模式 vs 发布订阅模式 https://zhuanlan.zhihu.com/p/51357583 【设计模式】最常用的设计模式之一的观察者模式 【设计模式】最常用的设计模式之一的观察者模式 https://blog.csdn.net/colinandroid/article/details 阅读全文
posted @ 2019-07-22 23:36 tonggc1668 阅读(91) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/minirice/p/9232355.html 在spring boot中结合OAuth2使用JWT时,刷新token时refresh token一直变化的原因 https://www.jianshu.com/p/2ccc5cee3cf2 Spring 阅读全文
posted @ 2019-07-22 17:50 tonggc1668 阅读(602) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/f2384c750a6c https://www.jianshu.com/p/e4197a54828d 阅读全文
posted @ 2019-07-22 15:00 tonggc1668 阅读(122) 评论(0) 推荐(0)
摘要: package me.zhengjie.system.domain; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import org.hibernate.annotations.CreationTimestamp; import javax.persistenc... 阅读全文
posted @ 2019-07-21 20:21 tonggc1668 阅读(479) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.swagger2; import com.google.common.base.Predicates; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import... 阅读全文
posted @ 2019-07-21 17:59 tonggc1668 阅读(935) 评论(0) 推荐(0)
摘要: package me.zhengjie.monitor.domain; import lombok.Data; import org.hibernate.annotations.CreationTimestamp; import javax.persistence.*; import java.sql.Timestamp; /** * pv 与 ip 统计 * * @author j... 阅读全文
posted @ 2019-07-21 13:20 tonggc1668 阅读(153) 评论(0) 推荐(0)
摘要: package me.zhengjie.monitor.rest; import me.zhengjie.common.aop.log.Log; import me.zhengjie.monitor.domain.vo.RedisVo; import me.zhengjie.monitor.service.RedisService; import org.springframework.bea... 阅读全文
posted @ 2019-07-21 13:05 tonggc1668 阅读(2156) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.aop.limit; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target;... 阅读全文
posted @ 2019-07-21 13:03 tonggc1668 阅读(748) 评论(0) 推荐(0)
摘要: package me.zhengjie.tools.service; import me.zhengjie.tools.domain.EmailConfig; import me.zhengjie.tools.domain.vo.EmailVo; import org.springframework.cache.annotation.CacheConfig; import org.spring... 阅读全文
posted @ 2019-07-21 10:20 tonggc1668 阅读(480) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 72 下一页