BeanFactory初始化

  • Post author:
  • Post category:其他


先从上图红点debug进入代码


configLoacations 指的是你的资源文件位置,此处指的就是classPath下的applicationContext.xml

refresh默认为true, parent我们没传为空。我们顺便来看看classPathxmlApplicationContext的继承关系


setConfiglocations是classPathXmlApplicationContext 调用父类AbstractRefreshableConfigApplicationContext的方法初始化自己的configurations.



版权声明:本文为mmalan原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。