redis-distributed-lock
参考 https://my.oschina.net/dengfuwei/blog/1600681 实现的redis分布式锁
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Redis Данные Базы данных |
| Группа | Группаcom.wf2311 |
| Идентификатор | Идентификаторspring-boot-starter-redis-distributed-lock |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеredis分布式锁
|
<!-- https://jarcasting.com/artifacts/com.wf2311/spring-boot-starter-redis-distributed-lock/ -->
<dependency>
<groupId>com.wf2311</groupId>
<artifactId>spring-boot-starter-redis-distributed-lock</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wf2311/spring-boot-starter-redis-distributed-lock/
implementation 'com.wf2311:spring-boot-starter-redis-distributed-lock:1.0.0'
// https://jarcasting.com/artifacts/com.wf2311/spring-boot-starter-redis-distributed-lock/
implementation ("com.wf2311:spring-boot-starter-redis-distributed-lock:1.0.0")
'com.wf2311:spring-boot-starter-redis-distributed-lock:jar:1.0.0'
<dependency org="com.wf2311" name="spring-boot-starter-redis-distributed-lock" rev="1.0.0">
<artifact name="spring-boot-starter-redis-distributed-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wf2311', module='spring-boot-starter-redis-distributed-lock', version='1.0.0')
)
libraryDependencies += "com.wf2311" % "spring-boot-starter-redis-distributed-lock" % "1.0.0"
[com.wf2311/spring-boot-starter-redis-distributed-lock "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | |
| org.springframework.boot : spring-boot-starter-aop | jar | |
| org.springframework.boot : spring-boot-starter-data-redis | jar | |
| com.wf2311 : redis-distributed-lock-spring | jar | 1.0.0 |
参考 https://my.oschina.net/dengfuwei/blog/1600681 实现的redis分布式锁