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 85db1929b3 Update routing-rule-deprecated.md (#2569)
85db1929b3 is described below
commit 85db1929b3dbf2ce7fdee59e6afa502071755bd7
Author: mfordjody <[email protected]>
AuthorDate: Fri May 5 21:11:10 2023 +0800
Update routing-rule-deprecated.md (#2569)
---
content/zh-cn/docsv2.7/user/examples/routing-rule-deprecated.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/zh-cn/docsv2.7/user/examples/routing-rule-deprecated.md
b/content/zh-cn/docsv2.7/user/examples/routing-rule-deprecated.md
index f0ccabf936..7101d2d44e 100644
--- a/content/zh-cn/docsv2.7/user/examples/routing-rule-deprecated.md
+++ b/content/zh-cn/docsv2.7/user/examples/routing-rule-deprecated.md
@@ -10,6 +10,7 @@ weight: 34
## 背景
+根据服务方法名称、参数和返回值来定义路由规则。
## 示例
路由规则 [^1] 决定一次 dubbo 服务调用的目标服务器,分为条件路由规则和脚本路由规则,并且支持可扩展 [^2]。