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
commit 0c56864478698df75c51866aef9b319cee53a3e2 Author: ken.lj <[email protected]> AuthorDate: Mon Nov 4 19:15:14 2019 +0800 update config center doc --- docs/zh-cn/user/configuration/config-center.md | 2 +- img/apollo-configcenter-dubbo.png | Bin 0 -> 645257 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-cn/user/configuration/config-center.md b/docs/zh-cn/user/configuration/config-center.md index 870a4c9..ab278a9 100644 --- a/docs/zh-cn/user/configuration/config-center.md +++ b/docs/zh-cn/user/configuration/config-center.md @@ -94,7 +94,7 @@ Apollo中的一个核心概念是命名空间 - namespace(和上面zookeeper 默认情况下,Dubbo会从名叫`dubbo-properties`(由于 Apollo 不支持特殊后缀 `.properties` )的命名空间中读取全局配置(`<dubbo:config-center namespace="your namespace">`) - + > 这里相当于是把 `dubbo.properties` 配置文件的内容存储在了 Apollo 中,应用通过关联共享的 `dubbo-properties` > namespace 继承公共配置, diff --git a/img/apollo-configcenter-dubbo.png b/img/apollo-configcenter-dubbo.png new file mode 100644 index 0000000..c6d48d5 Binary files /dev/null and b/img/apollo-configcenter-dubbo.png differ
