# component-zookeeper **Repository Path**: yangjiayi/component-zookeeper ## Basic Information - **Project Name**: component-zookeeper - **Description**: zookeeper组件, 提供了一个基于zookeeper实现的分布式锁 和 获取Zookeeper对象的工具方法 等功能 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## maven仓库地址 > https://mvnrepository.com/artifact/com.2oi7/component-zookeeper ## 版本更新记录 ### 2019-04-13 更新版本 2.1.0 * 新增配置自动提示功能 prefix: zookeeper ### 2019-04-15 更新版本 2.1.1 * 修复找不到 ZkConfig bean的问题 ### 2019-06-04 更新版本 2.2.0 * ZkDistributedLock类提供静态方法runWithLock (执行分布式同步代码块)