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 2023/07/05 05:25:17 UTC

[dubbo-website] branch master updated: Update 14-Dubbo配置加载全解析.md (#2761)

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 ba8c22cdd4 Update 14-Dubbo配置加载全解析.md (#2761)
ba8c22cdd4 is described below

commit ba8c22cdd47d766684ef692640d8870e6d324ac3
Author: 宝宝爸师 <22...@qq.com>
AuthorDate: Wed Jul 5 13:25:12 2023 +0800

    Update 14-Dubbo配置加载全解析.md (#2761)
    
    修改类名错误
---
 ...56\345\212\240\350\275\275\345\205\250\350\247\243\346\236\220.md" | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git "a/content/zh-cn/blog/java/codeanalysis/3.0.8/14-Dubbo\351\205\215\347\275\256\345\212\240\350\275\275\345\205\250\350\247\243\346\236\220.md" "b/content/zh-cn/blog/java/codeanalysis/3.0.8/14-Dubbo\351\205\215\347\275\256\345\212\240\350\275\275\345\205\250\350\247\243\346\236\220.md"
index 7a5a04ef85..b194952cff 100644
--- "a/content/zh-cn/blog/java/codeanalysis/3.0.8/14-Dubbo\351\205\215\347\275\256\345\212\240\350\275\275\345\205\250\350\247\243\346\236\220.md"
+++ "b/content/zh-cn/blog/java/codeanalysis/3.0.8/14-Dubbo\351\205\215\347\275\256\345\212\240\350\275\275\345\205\250\350\247\243\346\236\220.md"
@@ -99,7 +99,7 @@ Dubbo框架的配置项比较繁多,为了更好地管理各种配置,将其
 
 
 
-在ModuleConfigManager对象初始化方法initialize()中创建了模块配置管理器:ModuleConfigManager
+在ModuleModel对象初始化方法initialize()中创建了模块配置管理器:ModuleConfigManager
 如下代码所示:
 
 ```java
@@ -519,4 +519,4 @@ private void loadApplicationConfigs() {
  
 
 
-原文地址:[Dubbo配置加载全解析](https://blog.elastic.link/2022/07/10/dubbo/14-dubbo-pei-zhi-jia-zai-quan-jie-xi/)
\ No newline at end of file
+原文地址:[Dubbo配置加载全解析](https://blog.elastic.link/2022/07/10/dubbo/14-dubbo-pei-zhi-jia-zai-quan-jie-xi/)