You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SpringApplicationBuilder supports the creation of hierarchical application contexts. Those contexts are initialized sequentially. In order to accelerate the startup time, siblings can be initialized concurrently.
It would be great to extend the SpringApplicationBuilder-API to support concurrent initialization.