上传者: 42133415
|
上传时间: 2021-11-08 11:37:34
|
文件大小: 17KB
|
文件类型: -
Spring Boot嵌入式Zookeeper
一个小的实用程序库,可以轻松地在SpringBoot应用程序上启用嵌入式ZooKeeper服务器。
该库已发布到Maven Central,因此:
将以下依赖项添加到pom.xml中:
io.github.raonigabriel
spring-boot-embedded-zookeeper
2.0.0
用法
只需将@EnableEmbeddedZooKeeper添加到任何@Configuration或@SpringBootApplication类中,如下所示:
package com.myco.myapp