License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcn.structured |
ArtifactId | ArtifactIdstructure-redission-starter |
Last Version | Last Version1.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstructure-redisson-starter
封装 redisson 将封装成启动器,并且对分布式锁和缓存进行封装
|
Project Organization |
Project Organizationstructure |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.structured/structure-redission-starter/ -->
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-redission-starter</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.structured/structure-redission-starter/
implementation 'cn.structured:structure-redission-starter:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/cn.structured/structure-redission-starter/
implementation ("cn.structured:structure-redission-starter:1.0.1.RELEASE")
'cn.structured:structure-redission-starter:jar:1.0.1.RELEASE'
<dependency org="cn.structured" name="structure-redission-starter" rev="1.0.1.RELEASE">
<artifact name="structure-redission-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.structured', module='structure-redission-starter', version='1.0.1.RELEASE')
)
libraryDependencies += "cn.structured" % "structure-redission-starter" % "1.0.1.RELEASE"
[cn.structured/structure-redission-starter "1.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.2.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.1.2.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.2.RELEASE |
org.projectlombok : lombok | jar | 1.18.4 |
org.redisson : redisson | jar | 3.10.7 |