mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
Update SpringApplication so that startup exceptions are only logged once. A custom UncaughtExceptionHandler is now used when running in the main thread to suppress errors that have already been logged. Fixes gh-4423