spring4.2.9 java项目环境下ioc源码分析(二)——refresh之prepareRefresh方法
接上篇文章,上篇讲到了refresh之前,做了一些什么事。接下来就是refresh方法了。具体方法如下publicvoidrefresh()throwsBeansException,IllegalStateException{
synchronized(this.startupShutdownMonitor){
//Preparethiscontextforrefreshing.
prepareR