二.使用Redis 921 | 0 | SpringBoot九-缓存技术 | 2020-2-03 17:43 | 2020-2-03 17:47 92 字 | 4 分钟 1. pom <!--redis启动器坐标--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> &… RedisSpringBoot
一.使用Ehcache 859 | 0 | SpringBoot九-缓存技术 | 2020-2-01 16:47 | 2020-2-01 17:14 201 字 | 7 分钟 1. pom <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <version>2.8.9</version> </dependency> 2… EhcacheSpringBoot