| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.gitee.reger |
| ArtifactId | ArtifactIdspring-boot-starter-l2cache |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-boot-starter-l2cache
二级缓存。支持自动缓存降级,可以防缓存击穿,一级缓存使用内存可以极大增加缓存性能。也可以很容易的拓展为其它多级缓存。
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationreger |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-l2cache/ -->
<dependency>
<groupId>com.gitee.reger</groupId>
<artifactId>spring-boot-starter-l2cache</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-l2cache/
implementation 'com.gitee.reger:spring-boot-starter-l2cache:2.0.2'
// https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-l2cache/
implementation ("com.gitee.reger:spring-boot-starter-l2cache:2.0.2")
'com.gitee.reger:spring-boot-starter-l2cache:jar:2.0.2'
<dependency org="com.gitee.reger" name="spring-boot-starter-l2cache" rev="2.0.2">
<artifact name="spring-boot-starter-l2cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.reger', module='spring-boot-starter-l2cache', version='2.0.2')
)
libraryDependencies += "com.gitee.reger" % "spring-boot-starter-l2cache" % "2.0.2"
[com.gitee.reger/spring-boot-starter-l2cache "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.0.9.RELEASE |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.0.9.RELEASE |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.0.9.RELEASE |
| org.apache.commons : commons-pool2 | jar | 2.5.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.9.RELEASE |