mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
This commit removes `ServerProperties` and `ManagementServerProperties` auto-configurations. Those properties objects are now created using `@EnableConfigurationProperties` only. Closes gh-8108