SpringBoot整合ehcache实现业务缓存

1、ehcache的依赖pom.xml <!-- caching --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId> </dependency> <dependency> <groupId>net.
相关文章
相关标签/搜索