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

<dependency>
    <groupId>${project.groupId}</groupId>
    <artifactId>spring-boot-starter-ehcache3</artifactId>
    <version>${project.version}</version>
</dependency>

Simple

https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-ehcache3

作者:Jeebiz  创建时间:2023-03-20 23:52
最后编辑:Jeebiz  更新时间:2024-10-04 23:38