1. 程式人生 > >J2Cache 的 Spring Boot 模組釋出 2.7.6 版本

J2Cache 的 Spring Boot 模組釋出 2.7.6 版本

  

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