MVN

com.gitee.reger : spring-boot-starter-l2cache

Maven & Gradle

Apr 15, 2019

spring-boot-starter-l2cache · 二级缓存。支持自动缓存降级,可以防缓存击穿,一级缓存使用内存可以极大增加缓存性能。也可以很容易的拓展为其它多级缓存。

<dependency>
    <groupId>com.gitee.reger</groupId>
    <artifactId>spring-boot-starter-l2cache</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.reger : spring-boot-starter-l2cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.gitee.reger : spring-boot-starter-l2cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-boot-starter-l2cache-2.0.2
spring-boot-starter-l2cache-2.0.0
1.0.x
spring-boot-starter-l2cache-1.0.2
spring-boot-starter-l2cache-1.0.1
spring-boot-starter-l2cache-1.0.0

How to add a dependency to Maven

Add the following com.gitee.reger : spring-boot-starter-l2cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.reger</groupId>
    <artifactId>spring-boot-starter-l2cache</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.reger : spring-boot-starter-l2cache gradle dependency to your build.gradle file:

implementation 'com.gitee.reger:spring-boot-starter-l2cache:2.0.2'

Gradle Kotlin DSL: Add the following com.gitee.reger : spring-boot-starter-l2cache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.reger:spring-boot-starter-l2cache:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.reger : spring-boot-starter-l2cache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.reger" % "spring-boot-starter-l2cache" % "2.0.2"