spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

refactor: DispatcherServlet Bean Initialization

Open RealTake opened this issue 2 weeks ago • 0 comments

  • Unified single bean initialization methods into initSingleBean, removing duplicate logic.
  • Consolidated list bean initialization methods into initListBeans, streamlining flag handling and default strategy.

RealTake avatar Nov 22 '25 12:11 RealTake