# redis-spring-boot-starter **Repository Path**: IT_CB/redis-spring-boot-starter ## Basic Information - **Project Name**: redis-spring-boot-starter - **Description**: 自定义redis的starter组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-14 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##引入这个依赖是pom文件中的工程坐标即可 ```text com.cb redis-spring-boot-starter 0.0.1-SNAPSHOT ``` ##添加需要读取的配置属性 ```text starter.redisson.host=127.0.0.1 starter.redisson.port=6379 ```