mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Add Ordered interface to all EmbeddedServletContainerCustomizers with a value of 0. Prior to this commit it was difficult for a user to define a customizer that would be applied before ours, even if they implemented Ordered or added @Order annotations. Fixes gh-2123