redis-distributed-lock
参考 https://my.oschina.net/dengfuwei/blog/1600681 实现的redis分布式锁
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
GroupId | GroupIdcom.wf2311 |
ArtifactId | ArtifactIdspring-boot-starter-redis-distributed-lock |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis分布式锁
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | 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分布式锁