一.使用Ehcache 652 | 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