Andreas Svanberg 807d6764af Faster startup time by avoiding class-path scanning
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.
2024-05-16 23:43:21 +02:00
2024-05-15 14:25:25 +02:00
2024-05-16 15:01:33 +02:00
2013-10-10 11:16:14 +09:00
2024-05-16 15:01:54 +02:00
2024-05-15 14:25:25 +02:00
2015-02-05 15:56:03 +01:00
2024-04-22 09:30:47 +02:00
2024-05-15 14:25:25 +02:00
Description
No description provided
73 MiB
Languages
Java 91%
HTML 8.6%
CSS 0.3%
JavaScript 0.1%