问题描述
- SpringMVC初始化bean的问题
-
阅读源码 发现在ContextLoader(ContextLoaderListener的父类)和FrameworkServlet(DispatcherServlet的父类)中都有initWebApplicationContext和configureAndRefreshWebApplicationContext方法,并在其中调用ConfigurableWebApplicationContext对象的refresh方法,那么注册bean到底是在哪个方法中呢,是在ContextLoaderListener初始化期间还是DispatcherServlet初始化期间?
解决方案
解决方案二:
springmvc bean初始化
时间: 2024-10-29 21:56:14