Last Version

lock-spring-boot-starter 0.0.3

A distributed lock that supports the use of Redis and Zookeeper, out of the box, fast and easy to use

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.pearstack
ArtifactId

ArtifactId

lock-spring-boot-starter
Version

Version

0.0.3
Type

Type

pom
Description

Description

lock-spring-boot-starter
A distributed lock that supports the use of Redis and Zookeeper, out of the box, fast and easy to use
Project URL

Project URL

https://github.com/pearstack/lock-spring-boot-starter
Source Code Management

Source Code Management

https://github.com/pearstack/lock-spring-boot-starter

Download lock-spring-boot-starter 0.0.3


<!-- https://jarcasting.com/artifacts/io.github.pearstack/lock-spring-boot-starter/ -->
<dependency>
    <groupId>io.github.pearstack</groupId>
    <artifactId>lock-spring-boot-starter</artifactId>
    <version>0.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pearstack/lock-spring-boot-starter/
implementation 'io.github.pearstack:lock-spring-boot-starter:0.0.3'
// https://jarcasting.com/artifacts/io.github.pearstack/lock-spring-boot-starter/
implementation ("io.github.pearstack:lock-spring-boot-starter:0.0.3")
'io.github.pearstack:lock-spring-boot-starter:pom:0.0.3'
<dependency org="io.github.pearstack" name="lock-spring-boot-starter" rev="0.0.3">
  <artifact name="lock-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pearstack', module='lock-spring-boot-starter', version='0.0.3')
)
libraryDependencies += "io.github.pearstack" % "lock-spring-boot-starter" % "0.0.3"
[io.github.pearstack/lock-spring-boot-starter "0.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar

Project Modules

  • lock-core
  • lock-redis-template-spring-boot-starter
  • lock-redisson-spring-boot-starter
  • lock-zookeeper-spring-boot-starter