mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
Replace `TomcatStarter` with a `DeferredStartupExceptions` interface to break the direct dependency on `Servlet`. Closes gh-44325