Spring Cloud Greenwich.SR4發佈

Spring Cloud Greenwich Release Train 的Service Release 4(SR4)現已發佈。
git

該版本能夠在MaveCentral中找到。您能夠查看Greenwich 發行說明以獲取更多信息。spring

Spring Cloud Greenwich.SR4底層依賴升級至Spring Boot 2.1.10.RELEASE服務器

  • Spring Cloud Gateway
    添加了對Spring Cloud LoadBalancer的支持
  • Spring Cloud Commons

@EnableDiscoveryClient再也不須要。只須要DiscoveryClient 依賴,Spring Boot應用程序向服務發現服務器註冊。spa

  • Spring Cloud Openfeign

升級到OpenFeign 10.4.0
支持 Google HTTP Client
支持 JDK Proxy (重要)
code

  • 其餘模塊 bug fix
Spring Cloud Kubernetes
Spring Cloud Contract
Spring Cloud Vault
Spring Cloud Sleuth
Spring Cloud Config複製代碼

pom

<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 、Spring Security OAuth2的RBAC權限管理系統 歡迎關注cdn

相關文章
相關標籤/搜索