Spring boot 集成 Ehcache

122 阅读1分钟
  • 引入maven配置
<dependency>
    		<groupId>org.springframework.boot</groupId>
    		<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
      		<groupId>net.sf.ehcache</groupId>
      		<artifactId>ehcache</artifactId>
</dependency>
  • classpath根目录也就是src/main/resource下加上ehcache.xml