mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
This commit adds a new customizer interface, `NettyServerCustomizer` for customizing Reactor Netty server instances while they're being built. Closes gh-10418