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