J2Cache 官方提供两个版本的 Spring Boot 模块,目前发布了 2.7.6 版本,主要改进:添加了一个可以开启关闭二级缓存的配置,并支持在spring配置中写j2cache的配置,并修复一些细小问题。
Maven:
Spring Boot 1.x
<dependency> <groupId>net.oschina.j2cache</groupId> <artifactId>j2cache-spring-boot-starter</artifactId> <version>2.7.6-release</version> </dependency>
Spring Boot 2.x
<dependency> <groupId>net.oschina.j2cache</groupId> <artifactId>j2cache-spring-boot2-starter</artifactId> <version>2.7.6-release</version> </dependency>
模块代码地址: https://gitee.com/ld/J2Cache/tree/master/modules