807d6764af
Disables Spring's built-in ServletContainerInitializer which uses WebApplicationInitializer SPI that is discovered via slow class-path scanning. Now directly, and only, call the SpringBootServletInitializer via our own ServletContainerInitializer instead. Be mindful if, in the future, we rely on other WebApplicationInitializers that will now not be run.
Description
No description provided
Languages
Java
91%
HTML
8.6%
CSS
0.3%
JavaScript
0.1%