From d2efb198c4481371bfba0c0c447fa7ea59114c59 Mon Sep 17 00:00:00 2001 From: chickenlj Date: Wed, 13 Mar 2024 16:16:09 +0800 Subject: [PATCH] update README.md --- 1-basic/dubbo-samples-spring-boot-idl/README.md | 2 +- 1-basic/dubbo-samples-spring-boot/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1-basic/dubbo-samples-spring-boot-idl/README.md b/1-basic/dubbo-samples-spring-boot-idl/README.md index 061b2abf92..ce2dbd711a 100644 --- a/1-basic/dubbo-samples-spring-boot-idl/README.md +++ b/1-basic/dubbo-samples-spring-boot-idl/README.md @@ -5,7 +5,7 @@ This example uses triple as the underlying RPC protocol and IDL to define servic # How to run ## Start Zookeeper -This example replies on Zookeeper as service discovery registry center, so you need to run the Zookeeper server first, there are two ways to do so: +This example replies on Zookeeper(3.8.0+) as service discovery registry center, so you need to run the Zookeeper server first, there are two ways to do so: 1. [Download zookeeper binary and start it directly](https://dubbo-next.staged.apache.org/zh-cn/overview/reference/integrations/zookeeper/#本地下载) 2. [Start zookeeper using docker](https://dubbo-next.staged.apache.org/zh-cn/overview/reference/integrations/zookeeper/#docker) diff --git a/1-basic/dubbo-samples-spring-boot/README.md b/1-basic/dubbo-samples-spring-boot/README.md index 24d99cbedb..3e6d692419 100644 --- a/1-basic/dubbo-samples-spring-boot/README.md +++ b/1-basic/dubbo-samples-spring-boot/README.md @@ -15,7 +15,7 @@ Please refer to # How to run ## Start Zookeeper -This example replies on Zookeeper as service discovery registry center, so you need to run the Zookeeper server first, there are two ways to do so: +This example replies on Zookeeper(3.8.0+) as service discovery registry center, so you need to run the Zookeeper server first, there are two ways to do so: 1. [Download zookeeper binary and start it directly](https://dubbo-next.staged.apache.org/zh-cn/overview/reference/integrations/zookeeper/#本地下载) 2. [Start zookeeper using docker](https://dubbo-next.staged.apache.org/zh-cn/overview/reference/integrations/zookeeper/#docker)