distribution-lock
分布式锁解决方案,基于redis实现方法注解锁、定时任务锁。
License |
License |
---|---|
Categories |
CategoriesDistribution Build Tools |
GroupId | GroupIdcn.weiecho |
ArtifactId | ArtifactIddistribution-lock |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondistribution-lock
distribution lock
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
distribution-lock-1.0.6.pom | |
distribution-lock-1.0.6.jar | 12 KB |
distribution-lock-1.0.6-sources.jar | 7 KB |
distribution-lock-1.0.6-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.weiecho/distribution-lock/ -->
<dependency>
<groupId>cn.weiecho</groupId>
<artifactId>distribution-lock</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.weiecho/distribution-lock/
implementation 'cn.weiecho:distribution-lock:1.0.6'
// https://jarcasting.com/artifacts/cn.weiecho/distribution-lock/
implementation ("cn.weiecho:distribution-lock:1.0.6")
'cn.weiecho:distribution-lock:jar:1.0.6'
<dependency org="cn.weiecho" name="distribution-lock" rev="1.0.6">
<artifact name="distribution-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.weiecho', module='distribution-lock', version='1.0.6')
)
libraryDependencies += "cn.weiecho" % "distribution-lock" % "1.0.6"
[cn.weiecho/distribution-lock "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis Optional | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-starter-aop Optional | jar | 2.1.6.RELEASE |
分布式锁解决方案,基于redis实现方法注解锁、定时任务锁。