when updating our project from Spring Boot 1.5 to 2.0 the classes EmbeddedServletContainerAutoConfiguration
and
ServerPropertiesAutoConfiguration
were gone, although we need them desperately. When I search the internet doe those classes, I can't find any replacements for this classes. So my question is: Have those classes been removed with Spring Boot 2.0? If not, where have they been moved to? Or how I can replace them?
Thanks in advance.
EmbeddedServletContainerAutoConfiguration has been renamed to ServletWebServerFactoryAutoConfiguration by this commit during work on restructuring embedded web server packages.
ServerPropertiesAutoConfiguration has been removed by this commit during work on the following issue. Those properties objects are now created using @EnableConfigurationProperties only.
Note: It might take some time for GitHub to show you particular line number.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With