spring-boot-starter-l2cache

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

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.gitee.reger
Идентификатор

Идентификатор

spring-boot-starter-l2cache
Последняя версия

Последняя версия

2.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Ссылка на сайт

https://gitee.com/reger/spring-boot-starter-l2cache
Организация-разработчик

Организация-разработчик

reger
Система контроля версий

Система контроля версий

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

Скачать spring-boot-starter-l2cache

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
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 Необязательный jar 2.0.9.RELEASE

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.0.2
2.0.0
1.0.2
1.0.1
1.0.0