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 2a7a5b0265 [fix] 新增场景 (#1268)
2a7a5b0265 is described below
commit 2a7a5b026557f59c42025cb861ca7175f7c08b80
Author: JIAN ZHONG <[email protected]>
AuthorDate: Fri Jul 22 17:07:38 2022 +0800
[fix] 新增场景 (#1268)
---
content/zh/docs3-v2/java-sdk/reference-manual/protocol/thrift/guide.md | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/content/zh/docs3-v2/java-sdk/reference-manual/protocol/thrift/guide.md
b/content/zh/docs3-v2/java-sdk/reference-manual/protocol/thrift/guide.md
index 24cb97e79e..cff3f9c458 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/protocol/thrift/guide.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/protocol/thrift/guide.md
@@ -12,6 +12,9 @@ weight: 2
使用 dubbo thrift 协议同样需要使用 thrift 的 idl compiler 编译生成相应的 java 代码,后续版本中会在这方面做一些增强。
## 使用场景
+
+适用于 SOA 标准 RPC 框架。
+
## 使用方式
#### 依赖