Spring Boot 缓存技术(Ehcache,Spring Data Redis)




修改pom文件

创建Ehcache的配置文件
文件名:ehcache.xml
位置:src/main/resource/ehcache.xml


缓存策略:


3、修改application.properties文件








修改pom文件

创建Ehcache的配置文件
文件名:ehcache.xml
位置:src/main/resource/ehcache.xml


缓存策略:


3、修改application.properties文件



