You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2022/01/07 06:23:45 UTC

[dubbo-website] branch master updated: fix #869 (#1029)

This is an automated email from the ASF dual-hosted git repository.

liujun 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 31854a3  fix #869 (#1029)
31854a3 is described below

commit 31854a3b6087b0625ab078e761a7348b67fc08c4
Author: Wang Chengming <63...@qq.com>
AuthorDate: Fri Jan 7 14:23:31 2022 +0800

    fix #869 (#1029)
    
    fix #869
---
 content/zh/docs/references/xml/dubbo-consumer.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/zh/docs/references/xml/dubbo-consumer.md b/content/zh/docs/references/xml/dubbo-consumer.md
index abeb6b0..efa1bb8 100644
--- a/content/zh/docs/references/xml/dubbo-consumer.md
+++ b/content/zh/docs/references/xml/dubbo-consumer.md
@@ -28,3 +28,4 @@ description: "dubbo:consumer 配置"
 | init | init | boolean | 可选 | false | 性能调优 | 是否在afterPropertiesSet()时饥饿初始化引用,否则等到有人注入或引用该实例时再初始化。 | 2.0.10以上版本 |
 | cache | cache | string/boolean | 可选 | | 服务治理 | 以调用参数为key,缓存返回结果,可选:lru, threadlocal, jcache等 | Dubbo2.1.0及其以上版本支持 |
 | validation | validation | boolean | 可选 | | 服务治理 | 是否启用JSR303标准注解验证,如果启用,将对方法参数上的注解进行校验 | Dubbo2.1.0及其以上版本支持 |
+| version | version | string | 可选 | | 服务治理 | 在 Dubbo 中为同一个服务配置多个版本 | Dubbo2.2.0及其以上版本支持 |