Spring Cloud 2020.0.4 發(fā)布!

作者 | 冷冷
Spring Cloud 2020.0.4 正式發(fā)布,這是錯(cuò)誤修正版本。兼容 Spring Boot 2.4.x and 2.5.x。
目前已經(jīng)可以從中央倉庫獲取,坐標(biāo)如下:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2020.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
...
</dependencies>
Spring Cloud Commons
允許通過 group 創(chuàng)建反應(yīng)式斷路器
Spring Cloud Config
當(dāng)使用 JDBC 作為存儲(chǔ)時(shí),可以返回 Boolean、 Integer 數(shù)據(jù) 當(dāng)使用 Git 作為存儲(chǔ)時(shí),可以動(dòng)態(tài)的提供 用戶名、密碼
Spring Cloud OpenFeign
支持修改 feignclient 的斷路器類型 如果您正在學(xué)習(xí)Spring Boot,推薦一個(gè)連載多年還在繼續(xù)更新的免費(fèi)教程:http://blog.didispace.com/spring-boot-learning-2x/
Spring Cloud Netflix
當(dāng) eureka 服務(wù)不可用時(shí),不注冊(cè)到相關(guān)的配置中心
Spring Cloud Sleuth
簡(jiǎn)化相關(guān)的參數(shù)顯示
Spring Cloud Kubernetes
統(tǒng)一 fabric8 和 k8s 之間的命名空間方式
依賴升級(jí)
| 模塊 | 版本 |
|---|---|
| Spring Cloud Starter Build | 3.0.4 |
| Spring Cloud Netflix | 3.0.4 |
| Spring Cloud Openfeign | 3.0.4 |
| Spring Cloud Gateway | 3.0.4 |
| Spring Cloud Commons | 3.0.4 |
| Spring Cloud Config | 3.0.5 |
| Spring Cloud Consul | 3.0.4 |
| Spring Cloud Contract | 3.0.4 |
| Spring Cloud Kubernetes | 2.0.4 |
| Spring Cloud Sleuth | 3.0.4 |
| Spring Cloud Vault | 3.0.4 |
| Spring Cloud Zookeeper | 3.0.4 |
| Spring Cloud CircuitBreaker | 2.0.2 |
| Spring Cloud Stream | 3.1.4 |
| Spring Cloud Function | 3.1.4 |
往期推薦
技術(shù)交流群
最近有很多人問,有沒有讀者交流群,想知道怎么加入。加入方式很簡(jiǎn)單,有興趣的同學(xué),只需要點(diǎn)擊下方卡片,回復(fù)“加群“,即可免費(fèi)加入我們的高質(zhì)量技術(shù)交流群!
點(diǎn)擊閱讀原文,送你免費(fèi)Spring Boot教程!
評(píng)論
圖片
表情
