摘要: 在Spring Boot中添加spring-boot-starter-data-redis依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</ 阅读全文
posted @ 2018-09-05 23:41 互联网荒漠 阅读(33498) 评论(2) 推荐(1) 编辑
摘要: Spring缓存抽象概述 Spring框架自身并没有实现缓存解决方案,但是从3.1开始定义了org.springframework.cache.Cache和org.springframework.cache.CacheManager接口,提供对缓存功能的声明,能够与多种流行的缓存实现集成。 Cach 阅读全文
posted @ 2018-09-05 13:35 互联网荒漠 阅读(3180) 评论(0) 推荐(1) 编辑