# springboot-distributed-lock **Repository Path**: zrb666/springboot-distributed-lock ## Basic Information - **Project Name**: springboot-distributed-lock - **Description**: springboot2【分布式锁用法(基于Redis实现)】 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-12-01 - **Last Updated**: 2021-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 需求背景 Springboot集成分布式锁实现:基于Redis实现。通过使用Spring Integration它提供的全局锁实现,同时,它还提供了其他存储的分布式锁实现:如Gemfire,JDBC,Zookeeper等。