License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases Redisson |
GroupId | GroupIdcn.xphsc.boot |
ArtifactId | ArtifactIdredisson-spring-boot-starter |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredisson Spring Boot starter 扩展组件
|
<!-- https://jarcasting.com/artifacts/cn.xphsc.boot/redisson-spring-boot-starter/ -->
<dependency>
<groupId>cn.xphsc.boot</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xphsc.boot/redisson-spring-boot-starter/
implementation 'cn.xphsc.boot:redisson-spring-boot-starter:1.0.2'
// https://jarcasting.com/artifacts/cn.xphsc.boot/redisson-spring-boot-starter/
implementation ("cn.xphsc.boot:redisson-spring-boot-starter:1.0.2")
'cn.xphsc.boot:redisson-spring-boot-starter:jar:1.0.2'
<dependency org="cn.xphsc.boot" name="redisson-spring-boot-starter" rev="1.0.2">
<artifact name="redisson-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xphsc.boot', module='redisson-spring-boot-starter', version='1.0.2')
)
libraryDependencies += "cn.xphsc.boot" % "redisson-spring-boot-starter" % "1.0.2"
[cn.xphsc.boot/redisson-spring-boot-starter "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.5.3.RELEASE |
cn.xphsc.boot : redisson-spring-boot-autoconfigure | jar | 1.0.2 |
org.redisson : redisson | jar | 3.2.0 |