Spring Boot 2.2.2 发布,支持 Gradle 6

On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Boot 2.2.2 has been released and is now available from repo.spring.io and Maven Central.

This release includes 88 fixes, improvements, and dependency upgrades. Thanks to all those who have contributed with issue reports and pull requests.

How can you help?

If you’re interested in helping out, check out the “ideal for contribution” tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot tag or chat with the community on Gitter.

 

 

 

Spring Boot 2.2.2 发布了,可以从 repo.spring.io 和 Maven Central 获取。

此版本新特性有两个:

  • 支持第三方类上的构造函数绑定
  • 支持 Gradle 6。Gradle 6 是一个主要版本,于上个月发布,此版本主要亮点是大大改进了依赖关系管理中的功能集。

此外修复了 88 个 bug,并进行了改进和依赖项升级,详情查看:

  • https://spring.io/blog/2019/12/06/spring-boot-2-2-2-is-now-available
  • https://github.com/spring-projects/spring-boot/releases/tag/v2.2.2.RELEASE

 

你可能感兴趣的:(Java)