J2Cache 2.3.13 released, adding support for Spring Boot 2

  

J2Cache 2.3.13 has been released, the most notable of this release is the addition of Spring Boot 2 support.

The full improvement log includes:

  • Supports  j2cache.sync_ttl_to_redis configuration items to determine whether the data cached by Redis also has ttl information (equivalent to when the configuration is set to false, the data on redis will not expire automatically, and the configuration value defaults to true)

  • Added support module for Spring Boot 2.0

  • CacheChannel adds a check method to detect which level of cache the key exists in

Maven:

<dependency>
    <groupId>net.oschina.j2cache</groupId>
    <artifactId>j2cache-core</artifactId>
    <version>2.3.13-release</version>
</dependency>

Spring Boot 2 supports:

<dependency>
    <groupId>net.oschina.j2cache</groupId>
    <artifactId>j2cache-spring-boot2-starter</artifactId>
    <version>2.3.13-release</version>
</dependency>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325251758&siteId=291194637