spring-framework
spring-framework copied to clipboard
refactor: DispatcherServlet Bean Initialization
- Unified single bean initialization methods into initSingleBean, removing duplicate logic.
- Consolidated list bean initialization methods into initListBeans, streamlining flag handling and default strategy.