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 9dd712099a [fix] 新增场景 (#1244)
9dd712099a is described below
commit 9dd712099a50208962bd7056aa9404b094ef9026
Author: JIAN ZHONG <[email protected]>
AuthorDate: Tue Jul 19 20:31:05 2022 +0800
[fix] 新增场景 (#1244)
---
.../zh/docs3-building/java-sdk/reference-manual/protocol/http/guide.md | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/content/zh/docs3-building/java-sdk/reference-manual/protocol/http/guide.md
b/content/zh/docs3-building/java-sdk/reference-manual/protocol/http/guide.md
index 2302a0caa8..259dc8364b 100644
--- a/content/zh/docs3-building/java-sdk/reference-manual/protocol/http/guide.md
+++ b/content/zh/docs3-building/java-sdk/reference-manual/protocol/http/guide.md
@@ -19,6 +19,9 @@ weight: 2
* 参数及返回值需符合 Bean 规范
## 使用场景
+
+http短连接,协议标准化且易读,容易对接外部系统,适用于上层业务模块。
+
## 使用方式
配置协议:
```xml