# spring-boot-starter-zookeeper **Repository Path**: SebastianPan/spring-boot-starter-zookeeper ## Basic Information - **Project Name**: spring-boot-starter-zookeeper - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-02 - **Last Updated**: 2021-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-starter-zookeeper Spring boot quickly integrates zookeeper with some common tools ```java @SpringBootApplication @EnableZookeeper public class Application { public static void main(String[] args) throws Exception { SpringApplication.run(Application.class, args); } } ``` #application.properties configuration. ```yaml zookeeper.servers=192.168.1.1:2181 ``` The parent of this project can be modified by itself. I use the upper POM.xml. ```java org.springframework.boot spring-boot-starter-parent 1.5.6.RELEASE ``` Donation developer (ETH)
0x23b96A20Fae711ED6D286feAEED437a6831e3dD7