| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesRedis Data Databases config Application Layer Libs Configuration | 
        
| GroupId | GroupIdcom.github.houbb | 
    
| ArtifactId | ArtifactIdredis-config-springboot-starter | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionThe redis-config tool for java. 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.houbb/redis-config-springboot-starter/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>redis-config-springboot-starter</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.houbb/redis-config-springboot-starter/
implementation 'com.github.houbb:redis-config-springboot-starter:1.0.0'
                // https://jarcasting.com/artifacts/com.github.houbb/redis-config-springboot-starter/
implementation ("com.github.houbb:redis-config-springboot-starter:1.0.0")
                'com.github.houbb:redis-config-springboot-starter:jar:1.0.0'
                <dependency org="com.github.houbb" name="redis-config-springboot-starter" rev="1.0.0">
  <artifact name="redis-config-springboot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.houbb', module='redis-config-springboot-starter', version='1.0.0')
)
                libraryDependencies += "com.github.houbb" % "redis-config-springboot-starter" % "1.0.0"
                [com.github.houbb/redis-config-springboot-starter "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.houbb : redis-config-spring | jar | 1.0.0 | 
| org.springframework.boot : spring-boot-starter | jar | 1.5.22.RELEASE |