Spring源码学习1 - 容器启动
1.?启动入口ContextLoaderLister

2. 启动流程

?
ContextLoader中determineContextClass默认会采用XmlWebApplicationContext进行初始化.
ContextLoader中refresh为初始化Bean的入口.
发布时间: 2012-10-26 10:30:59 作者: rapoo
Spring源码学习1 - 容器启动
1.?启动入口ContextLoaderLister

2. 启动流程

?
ContextLoader中determineContextClass默认会采用XmlWebApplicationContext进行初始化.
ContextLoader中refresh为初始化Bean的入口.