Prevent early initialization of Servlets
Defer loading of Servlets (with a loadOnStartup priority) until the `EmbeddedServletContainer.start()` method is called. This prevents issues with the DispatcherServlet being initialized before the embedded ApplicationContext is fully initialized.
Showing
Please register or sign in to comment