This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new e932786e32 Update spring-boot.md (#2294)
e932786e32 is described below
commit e932786e328aa30263bb95e30ebfafdd7a28e50e
Author: Petrel <[email protected]>
AuthorDate: Mon Feb 20 16:19:19 2023 +0800
Update spring-boot.md (#2294)
更正标题中消费端的配置文件格式为 Yaml
---
content/en/docs3-v2/java-sdk/quick-start/spring-boot.md | 2 +-
content/zh-cn/docs3-v2/java-sdk/quick-start/spring-boot.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/en/docs3-v2/java-sdk/quick-start/spring-boot.md
b/content/en/docs3-v2/java-sdk/quick-start/spring-boot.md
index f9066588cb..9357e8d339 100644
--- a/content/en/docs3-v2/java-sdk/quick-start/spring-boot.md
+++ b/content/en/docs3-v2/java-sdk/quick-start/spring-boot.md
@@ -476,7 +476,7 @@ In this configuration file, the Dubbo application name,
Dubbo protocol informati
-### 7. Configure the consumer XML configuration file
+### 7. Configure the consumer Yaml configuration file
Similarly, we need to create a configuration file for the consumer.
diff --git a/content/zh-cn/docs3-v2/java-sdk/quick-start/spring-boot.md
b/content/zh-cn/docs3-v2/java-sdk/quick-start/spring-boot.md
index 3ddb8a178d..1f7e850066 100644
--- a/content/zh-cn/docs3-v2/java-sdk/quick-start/spring-boot.md
+++ b/content/zh-cn/docs3-v2/java-sdk/quick-start/spring-boot.md
@@ -404,7 +404,7 @@ dubbo:
在这个配置文件中,定义了 Dubbo 的应用名、Dubbo 协议信息、Dubbo 使用的注册中心地址。
-### 7. 配置消费端 XML 配置文件
+### 7. 配置消费端 Yaml 配置文件
同样的,我们需要创建消费端的配置文件。