SpringBoot整合Ehcache

1.在pom.xml文件中添加Ehcache的依赖 <!--SpringBoot缓存支持启动器 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId> </dependency> <!-- Ehcach
相关文章
相关标签/搜索