This is an automated email from the ASF dual-hosted git repository.
wangxin 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 277b32c Fix URL to other documents (#507)
277b32c is described below
commit 277b32ca4acec0e5bfd02e52e1b85527defad416
Author: trivia <[email protected]>
AuthorDate: Thu Oct 31 23:21:14 2019 +0800
Fix URL to other documents (#507)
---
docs/zh-cn/user/configuration/properties.md | 2 +-
docs/zh-cn/user/demos/concurrency-control.md | 2 +-
docs/zh-cn/user/recommend.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/zh-cn/user/configuration/properties.md
b/docs/zh-cn/user/configuration/properties.md
index 0313a56..b825edb 100644
--- a/docs/zh-cn/user/configuration/properties.md
+++ b/docs/zh-cn/user/configuration/properties.md
@@ -24,7 +24,7 @@ dubbo.registry.address=10.20.153.10:9090
```
## 重写与优先级
-
+
优先级从高到低:
diff --git a/docs/zh-cn/user/demos/concurrency-control.md
b/docs/zh-cn/user/demos/concurrency-control.md
index 8367be7..b7a9b9e 100644
--- a/docs/zh-cn/user/demos/concurrency-control.md
+++ b/docs/zh-cn/user/demos/concurrency-control.md
@@ -51,7 +51,7 @@
</dubbo:service>
```
-如果 `<dubbo:service>` 和 `<dubbo:reference>` 都配了actives,`<dubbo:reference>`
优先,参见:[配置的覆盖策略](../configuration/xml.md#配置覆盖关系)。
+如果 `<dubbo:service>` 和 `<dubbo:reference>` 都配了actives,`<dubbo:reference>`
优先,参见:[配置的覆盖策略](../configuration/xml.md)。
## Load Balance 均衡
diff --git a/docs/zh-cn/user/recommend.md b/docs/zh-cn/user/recommend.md
index 017a2c5..5673a46 100644
--- a/docs/zh-cn/user/recommend.md
+++ b/docs/zh-cn/user/recommend.md
@@ -164,7 +164,7 @@ Dubbo 中所有的配置项都可以配置在 Spring 配置文件中,并且可
<dubbo:reference interface="com.alibaba.xxx.XxxService" check="false" />
```
-[^1]: 配置的覆盖规则:1) 方法级别配置优于接口级别,即小 Scope 优先 2) Consumer 端配置优于 Provider
端配置,优于全局配置,最后是 Dubbo 硬编码的配置值([Dubbo 配置参考手册](./configuration/properties.md#覆盖策略))
+[^1]: 配置的覆盖规则:1) 方法级别配置优于接口级别,即小 Scope 优先 2) Consumer 端配置优于 Provider
端配置,优于全局配置,最后是 Dubbo 硬编码的配置值([Dubbo 配置参考手册](./configuration/properties.md))
[^2]: 表示加上第一次调用,会调用 3 次
[^3]: 有多个 Provider 时,如何挑选 Provider 调用
[^4]: 指从 Consumer 端并发调用最好的 Provider,可以减少对响应慢的 Provider 的调用,因为响应慢更容易累积并发调用