# zookeeper-spring **Repository Path**: mirrors_gspandy/zookeeper-spring ## Basic Information - **Project Name**: zookeeper-spring - **Description**: Annotation-driven injection of values from ZooKeeper into Spring Beans - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ZooKeeper Spring [![Build Status](https://secure.travis-ci.org/ryantenney/zookeeper-spring.png)](http://travis-ci.org/ryantenney/zookeeper-spring) Annotation-driven injection of values from ZooKeeper into Spring Beans ###Maven ```xml com.ryantenney.zookeeper zookeeper-spring 1.0.0-SNAPSHOT ``` ###Basic Usage Include in your application context: ```xml ``` And annotate away: ```java @Component public class SpringBean { @ZooKeeper("/foo") private String foo; @ZooKeeper("/bar") public void setBar(String bar) { // ... } } ``` --- ### License Copyright (c) 2013 Ryan Tenney Published under Apache Software License 2.0, see LICENSE [![Rochester Made](http://rochestermade.com/media/images/rochester-made-dark-on-light.png)](http://rochestermade.com)