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