文章分类 -  redis

摘要:前提: 环境:SpringBoot2.0以上版本,1.0版本重写缓存管理器的方式不同 1.存储的对象实现序列化 public class Employee implements Serializable { } 2.导入redis包 <dependency> <groupId>org.springf 阅读全文
posted @ 2020-04-30 15:55 你猜lovlife 阅读(7526) 评论(0) 推荐(0)