We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af6bcb commit 7909fe4Copy full SHA for 7909fe4
1 file changed
docs/Spring/IoC/1、BeanDefinition的资源定位过程.md
@@ -51,7 +51,7 @@ public FileSystemXmlApplicationContext(String[] configLocations, boolean refresh
51
52
// 动态地确定用哪个加载器去加载我们的配置文件
53
super(parent);
54
- // 告诉读取器 配置文件放在哪里,该方法继承于爷类 AbstractRefreshableApplicationContext
+ // 告诉读取器 配置文件放在哪里,该方法继承于爷类 AbstractRefreshableConfigApplicationContext
55
setConfigLocations(configLocations);
56
if (refresh) {
57
// 容器初始化
0 commit comments