摘要:
https://www.toutiao.com/a7025459579328741924/?log_from=8a8f5b7f5de1a_1640749541015 前提使用springboot 2.1.7 Mybatis-plus 测试1:测试前displayd = 1 ==>测试后任为1 发生了 阅读全文
摘要:
官网:https://github.com/ulisesbocchio/jasypt-spring-boot 1.pom.xml 添加依赖 <!-- 配置文件加密 --> <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifa 阅读全文
摘要:
GroupTreeVo.java @Data @Accessors(chain=true) public class GroupTreeVo { @ApiModelProperty("Id") private String id; @ApiModelProperty("分组名称") private 阅读全文
摘要:
https://blog.csdn.net/ywanan/article/details/115674487?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_title~default-1.control Fact 阅读全文
摘要:
https://www.cnblogs.com/lixuwu/p/5944062.html 阅读全文
摘要:
https://www.bookstack.cn/read/redisson-wiki-zh/Redisson%E9%A1%B9%E7%9B%AE%E4%BB%8B%E7%BB%8D.md 阅读全文
摘要:
今天看hutool工具中的TimedCache 时好奇他的缓存机制及定时清除原理 便简单的看了一下他的源码,总结出是 Map(缓存数据)+ScheduledExecutorService(定时清除缓存),其中的定时任务感觉比较有意思,则拷贝出来 public enum GlobalPruneTime 阅读全文
摘要:
https://blog.csdn.net/qq_39399966/article/details/105816374 阅读全文
摘要:
https://www.jianshu.com/p/7726c70cdc40 阅读全文
摘要:
https://www.cnblogs.com/wind-june/p/9704441.html 阅读全文