| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases Auto Application Layer Libs Code Generators config Configuration ORM |
| GroupId | GroupIdcom.wudgaby.platform |
| ArtifactId | ArtifactIdredis-spring-boot-autoconfigure |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionbasis spring boot starters
|
<!-- https://jarcasting.com/artifacts/com.wudgaby.platform/redis-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.wudgaby.platform</groupId>
<artifactId>redis-spring-boot-autoconfigure</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wudgaby.platform/redis-spring-boot-autoconfigure/
implementation 'com.wudgaby.platform:redis-spring-boot-autoconfigure:1.0.0'
// https://jarcasting.com/artifacts/com.wudgaby.platform/redis-spring-boot-autoconfigure/
implementation ("com.wudgaby.platform:redis-spring-boot-autoconfigure:1.0.0")
'com.wudgaby.platform:redis-spring-boot-autoconfigure:jar:1.0.0'
<dependency org="com.wudgaby.platform" name="redis-spring-boot-autoconfigure" rev="1.0.0">
<artifact name="redis-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wudgaby.platform', module='redis-spring-boot-autoconfigure', version='1.0.0')
)
libraryDependencies += "com.wudgaby.platform" % "redis-spring-boot-autoconfigure" % "1.0.0"
[com.wudgaby.platform/redis-spring-boot-autoconfigure "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-json | jar | |
| org.springframework.boot : spring-boot-starter-data-redis | jar | |
| org.apache.commons : commons-pool2 | jar | |
| com.wudgaby.platform : redis-api | jar | 1.0.0 |