一、Maven库pom.xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</dependency>
二、springboot配置application.yml
Spring配置
spring:
cache:
type: ehcache #一定要配置,不配置会springboot自动集成SimpleCacheConfiguration
ehcache

最低0.47元/天 解锁文章
3840

被折叠的 条评论
为什么被折叠?



