From 95263cab2fc73eaed8ccfcf67a045a1f1401e5af Mon Sep 17 00:00:00 2001 From: Bibabo-BUPT <66236392+Bibabo-BUPT@users.noreply.github.com> Date: Sun, 18 Jun 2023 11:38:40 +0800 Subject: [PATCH] Update index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改了说明文档中的语病”将演示了“ --- .../projects/sofa-rpc/getting-started-with-sofa-boot/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/projects/sofa-rpc/getting-started-with-sofa-boot/index.md b/content/zh/projects/sofa-rpc/getting-started-with-sofa-boot/index.md index 3ffa9a19e..c73d82fcf 100644 --- a/content/zh/projects/sofa-rpc/getting-started-with-sofa-boot/index.md +++ b/content/zh/projects/sofa-rpc/getting-started-with-sofa-boot/index.md @@ -3,7 +3,7 @@ title: "SOFABoot 方式快速入门" aliases: "/sofa-rpc/docs/Getting-Started-with-SOFA-Boot" --- -本文档将演示了如何在 SOFABoot 环境下应用 SOFARPC 进行服务的发布和引用。 +本文档将演示如何在 SOFABoot 环境下应用 SOFARPC 进行服务的发布和引用。 您可以直接在工程下找到本文档的[示例代码](https://github.com/sofastack-guides/sofa-rpc-guides)。注意,示例代码中需要本地安装 zookeeper 环境,如果没有安装。需要将`application.properties`中的`com.alipay.sofa.rpc.registry.address` 配置注释掉,走本地文件注册中心的方式。 ## 创建工程