mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Add support for Jetty `acceptors` and `selectors` configuration, either directly on the `JettyEmbeddedServletContainerFactory` or via `server.jetty.acceptors`/`server.jetty.selectors` server properties. Fixes gh-5380 Closes gh-5649