内容简介:Spring Boot 2.2.2 发布了,可以从 repo.spring.io 和 Maven Central 获取。 此版本新特性有两个: 支持第三方类上的构造函数绑定 支持 Gradle 6。Gradle 6 是一个主要版本,于上个月发布,此版本主要亮点是大大改...
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
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Squid: The Definitive Guide
Duane Wessels / O'Reilly Media / 2004 / $44.95 US, $65.95 CA, £31.95 UK
Squid is the most popular Web caching software in use today, and it works on a variety of platforms including Linux, FreeBSD, and Windows. Squid improves network performance by reducing the amount of......一起来看看 《Squid: The Definitive Guide》 这本书的介绍吧!