| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
| GroupId | GroupIdcom.github.rebue.sbs |
| ArtifactId | ArtifactIdredis-spring-boot-starter |
| Last Version | Last Version1.2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Boot Starter类项目
|
<!-- https://jarcasting.com/artifacts/com.github.rebue.sbs/redis-spring-boot-starter/ -->
<dependency>
<groupId>com.github.rebue.sbs</groupId>
<artifactId>redis-spring-boot-starter</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.sbs/redis-spring-boot-starter/
implementation 'com.github.rebue.sbs:redis-spring-boot-starter:1.2.4'
// https://jarcasting.com/artifacts/com.github.rebue.sbs/redis-spring-boot-starter/
implementation ("com.github.rebue.sbs:redis-spring-boot-starter:1.2.4")
'com.github.rebue.sbs:redis-spring-boot-starter:jar:1.2.4'
<dependency org="com.github.rebue.sbs" name="redis-spring-boot-starter" rev="1.2.4">
<artifact name="redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.sbs', module='redis-spring-boot-starter', version='1.2.4')
)
libraryDependencies += "com.github.rebue.sbs" % "redis-spring-boot-starter" % "1.2.4"
[com.github.rebue.sbs/redis-spring-boot-starter "1.2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.rebue.wheel : wheel-serialization | jar | |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.3.12.RELEASE |
| org.springframework.boot : spring-boot-starter Optional | jar | 2.3.12.RELEASE |
| org.springframework.boot : spring-boot-starter-log4j2 | jar | 2.3.12.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.12.RELEASE |
| redis.clients : jedis | jar | 3.3.0 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.12.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.12.RELEASE |
| org.assertj : assertj-core | jar | 3.16.1 |