Spring Cloud Greenwich.SR2 发布

栏目: 软件资讯 · 发布时间: 5年前

内容简介:Spring Cloud Greenwich.SR2 已发布,可在 Maven Central 中获取。更新情况如下: Spring Cloud Gateway Reactor 和 Reactor Netty 包含了许多更新和修复。当启用重试或使用 Read Body Predicate 时,Gateway 还可...

Spring Cloud Greenwich.SR2 已发布,可在 Maven Central 中获取。更新情况如下:

Spring Cloud Gateway

Reactor 和 Reactor Netty 包含了许多更新和修复。当启用重试或使用 Read Body Predicate 时,Gateway 还可以有效地缓存请求主体。

Spring Cloud Config

允许在嵌入模式下运行 Config Server 时使用 Vault。

Spring Cloud Openfeign

添加对 Spring HATEOAS 资源的支持。

Spring Cloud Contract

Gradle 插件现已发布。

以下模块作为 Greenwich.SR2 的一部分进行了更新:

MODULE VERSION ISSUES
Spring Cloud Task 2.1.2.RELEASE  
Spring Cloud Config 2.1.3.RELEASE (issues)
Spring Cloud Stream Fishtown.SR3 (issues)
Spring Cloud Sleuth 2.1.2.RELEASE (issues)
Spring Cloud Commons 2.1.2.RELEASE (issues)
Spring Cloud Openfeign 2.1.2.RELEASE (issues)
Spring Cloud Kubernetes 1.0.2.RELEASE (issues)
Spring Cloud Aws 2.1.2.RELEASE  
Spring Cloud Vault 2.1.2.RELEASE  
Spring Cloud Function 2.0.2.RELEASE (issues)
Spring Cloud Bus 2.1.2.RELEASE (issues)
Spring Cloud Build 2.1.6.RELEASE  
Spring Cloud Zookeeper 2.1.2.RELEASE  
Spring Cloud Gcp 1.1.2.RELEASE  
Spring Cloud Contract 2.1.2.RELEASE (issues)
Spring Cloud Consul 2.1.2.RELEASE (issues)
Spring Cloud Security 2.1.3.RELEASE  
Spring Cloud Gateway 2.1.2.RELEASE (issues)
Spring Cloud Cloudfoundry 2.1.2.RELEASE  
Spring Cloud Netflix 2.1.2.RELEASE (issues)

发布公告

使用

通过附带有 BOM 的 Maven 开始使用:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Greenwich.SR2</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>

Gradle

buildscript {
    dependencies {
        classpath "io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE"
    }
}



apply plugin: "io.spring.dependency-management"

dependencyManagement {
    imports {
        mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Greenwich.SR2'
    }
}

dependencies {
    compile 'org.springframework.cloud:spring-cloud-starter-config'
    compile 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
    ...
}

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

未来简史

未来简史

[以色列] 尤瓦尔·赫拉利 / 林俊宏 / 中信出版集团 / 2017-2 / 68.00元

进入21世纪后,曾经长期威胁人类生存、发展的瘟疫、饥荒和战争已经被攻克,智人面临着新的待办议题:永生不老、幸福快乐和成为具有“神性”的人类。在解决这些新问题的过程中,科学技术的发展将颠覆我们很多当下认为无需佐证的“常识”,比如人文主义所推崇的自由意志将面临严峻挑战,机器将会代替人类做出更明智的选择。 更重要的,当以大数据、人工智能为代表的科学技术发展的日益成熟,人类将面临着从进化到智人以来z......一起来看看 《未来简史》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换