Skip to content

Commit 7909fe4

Browse files
authored
fix: update BeanDefinition的资源定位过程.md (doocs#95)
// 告诉读取器配置文件放在哪里,该方法继承于爷类AbstractRefreshConfigApplicationContext setConfigLocations(configLocations);
1 parent 7af6bcb commit 7909fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Spring/IoC/1、BeanDefinition的资源定位过程.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public FileSystemXmlApplicationContext(String[] configLocations, boolean refresh
5151

5252
// 动态地确定用哪个加载器去加载我们的配置文件
5353
super(parent);
54-
// 告诉读取器 配置文件放在哪里,该方法继承于爷类 AbstractRefreshableApplicationContext
54+
// 告诉读取器 配置文件放在哪里,该方法继承于爷类 AbstractRefreshableConfigApplicationContext
5555
setConfigLocations(configLocations);
5656
if (refresh) {
5757
// 容器初始化

0 commit comments

Comments
 (0)