内容简介:2021 首发, Spring Cloud 2020.0.1 (代号"Ilford",伊尔福德)版本发布,此版本 BUG 修复版本,可从 2020.0.0 版本平滑升级。目前已可以从 maven 中央仓库获取,坐标如下: <dependencyManagement> <de...
2021 首发, Spring Cloud 2020.0.1 (代号"Ilford",伊尔福德)版本发布,此版本 BUG 修复版本,可从 2020.0.0 版本平滑升级。目前已可以从 maven 中央仓库获取,坐标如下:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2020.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
依赖升级
| Module | Version |
|---|---|
| Spring Cloud Circuitbreaker | 2.0.0 |
| Spring Cloud Contract | 3.0.1 |
| Spring Cloud Kubernetes | 2.0.1 |
| Spring Cloud Commons | 3.0.1 |
| Spring Cloud Openfeign | 3.0.1 |
| Spring Cloud Cloudfoundry | 3.0.0 |
| Spring Cloud Bus | 3.0.1 |
| Spring Cloud Cli | 3.0.1 |
| Spring Cloud Zookeeper | 3.0.1 |
| Spring Cloud Sleuth | 3.0.1 |
| Spring Cloud Consul | 3.0.1 |
| Spring Cloud Starter Build | 2020.0.1 |
| Spring Cloud Gateway | 3.0.1 |
| Spring Cloud Netflix | 3.0.1 |
| Spring Cloud Vault | 3.0.1 |
| Spring Cloud Config | 3.0.2 |
| Spring Cloud Task | 2.3.0 |
错误修复
此版本涉及模块的错误修复详细参考: https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2020.0-Release-Notes#known-issues
以上所述就是小编给大家介绍的《Spring Cloud 2020.0.1 BUG 修复版本发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- fastjson 1.2.55 版本发布,Bug 修复版本
- Swoole v4.6.1 版本发布,Bug 修复版本
- Swoole v4.6.2 版本发布,Bug 修复版本
- Swoole v4.6.4 版本发布,Bug 修复版本
- Swoole v4.6.7 版本发布,Bug 修复版本
- fastjson 1.2.57 版本发布,Bug 修复维护版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
编程之美:微软技术面试心得
《编程之美》小组 / 电子工业出版社 / 2018-9 / 79
《编程之美:微软技术面试心得》收集了约60道算法和程序设计的题目,这些题目大部分在微软的笔试、面试中出现过,有的曾被微软员工热烈地讨论过。作者试图从书中各种有趣的问题出发,引导读者发现问题、分析问题、解决问题,寻找更优的解法。《编程之美:微软技术面试心得》内容分为以下几个部分。 游戏之乐:从游戏和其他有趣问题出发,化繁为简,分析总结。 数字之魅:编程的过程实际上就是和数字及字符打交道的......一起来看看 《编程之美:微软技术面试心得》 这本书的介绍吧!