| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.gitee.reger |
| Идентификатор | Идентификаторspring-boot-starter-l2cache |
| Последняя версия | Последняя версия2.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-l2cache
二级缓存。支持自动缓存降级,可以防缓存击穿,一级缓存使用内存可以极大增加缓存性能。也可以很容易的拓展为其它多级缓存。
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикreger |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |