前幾天 Spring Cloud Greenwich.SR4 發佈了:spring
https://spring.io/blog/2019/1...
咱們來看下都更新了什麼。微信
在 Maven 倉庫中已經能夠用了:spa
<dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>Greenwich.SR4</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement>
Spring Cloud Greenwich.SR4 是基於 Spring Boot 2.1.10.RELEASE 構建的,Spring Boot 版本愈來愈高了。code
Spring Cloud Openfeign 的版本升級到了 OpenFeign 10.4.0。blog
Spring Cloud Vault 的依賴和文檔變動和更新。教程
Spring Cloud Gateway 增長了對 Spring Cloud LoadBalancer 的支持。ci
升級推薦閱讀:rem
@ All 碼農們:大家升級了嗎?有遇到什麼樣的坑?歡迎留言!文檔
關注微信公衆號:Java技術棧,在公衆號後臺回覆:cloud,獲取棧長整理的 Spring Cloud 系列教程,都是實戰乾貨。get