# zookeeper-distributed-locks **Repository Path**: cxfpro/zookeeper-distributed-locks ## Basic Information - **Project Name**: zookeeper-distributed-locks - **Description**: 用zookeeper统一命名特性和临时顺序节点的特性做的简易分布式锁 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zookeeper-distributed-locks #### 介绍 用zookeeper统一命名特性和临时顺序节点的特性做的简易分布式锁 启动main方法前记得启动zk~~~