-
Phillip Webb authored
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.
3a82eac2