Spring Boot 2.2.1 available now
CRANK

<p>On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Boot 2.2.1 has been released and is now available from <a href=" and Maven Central.</p> <p>This release includes <a href=" fixes, improvements, and dependency upgrades</a>. Thanks to all those who have contributed with issue reports and pull requests.</p> <p>For those of you upgrading from Spring Boot 2.2.0 to Spring Boot 2.2.1, if you relied on the <code>@ConfigurationProperties</code> scanning support, please note that this feature is now disabled by default. Scanning of <code>@ConfigurationProperties</code> needs to be explicitly opted into by adding the <code>@ConfigurationPropertiesScan</code> annotation. More details related to this change can be found <a href="

spring.io
Related Topics: Spring Framework