# ehcache3-spring-boot-starter **Repository Path**: micro-project/ehcache3-spring-boot-starter ## Basic Information - **Project Name**: ehcache3-spring-boot-starter - **Description**: starter for ehcache3 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-11 - **Last Updated**: 2021-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ehcache3-spring-boot-starter Spring Boot Starter For Ehcache 3.x ### 说明 > 基于 ehcache3 的 Spring Boot Starter 实现 1. 整合ehcache3 2. http://www.ehcache.org/blog/2016/05/18/ehcache3_jsr107_spring.html Ehcache 3.x http://blog.csdn.net/liaodehong/article/details/51774403 http://blog.csdn.net/liaodehong/article/details/51775491 ### Maven ``` xml ${project.groupId} spring-boot-starter-ehcache3 ${project.version} ``` ### Simple [https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-ehcache3](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-ehcache3 "spring-boot-sample-ehcache3")