Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.md #1189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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` 配置注释掉,走本地文件注册中心的方式。

## 创建工程
Expand Down