SpringBoot整合Ehcache

1.在pom.xml文件中添加Ehcache的依賴 <!--SpringBoot緩存支持啓動器 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId> </dependency> <!-- Ehcach
相關文章
相關標籤/搜索