Spring Cloud 大版本 Spring Cloud Edgware.SR2 发布

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

内容简介:Spring Cloud Edgware.SR2 已发布,该版本可以在 Maven Central 找到,本次更新主要是对其包含的一些模块进行了升级,或查看 Edgware 发布说明以获取更多信息。 以下模块作为 Edgware.SR2 的一部分已进行了升级:...

Spring Cloud Edgware.SR2 已发布,该版本可以在 Maven Central 找到,本次更新主要是对其包含的一些模块进行了升级,或查看 Edgware 发布说明以获取更多信息。

以下模块作为 Edgware.SR2 的一部分已进行了升级:

MODULEVERSION
Spring Cloud Commons1.3.2.RELEASE
Spring Cloud Contract1.2.3.RELEASE
Spring Cloud Config1.4.2.RELEASE
Spring Cloud Build1.3.8.RELEASE
Spring Boot1.5.10.RELEASE
Spring Cloud Consul1.3.2.RELEASE
Spring Cloud Netflix1.4.3.RELEASE
Spring Cloud Bus1.3.3.RELEASE
Spring Cloud Sleuth1.3.2.RELEASE

Edgware.SR2 (2018-02-09)

  • Spring Cloud Bus 1.3.3.RELEASE (issues)

  • Spring Cloud Config 1.4.2.RELEASE (issues)

  • Spring Cloud Commons 1.3.2.RELEASE (issues)

  • Spring Cloud Sleuth 1.3.2.RELEASE (issues)

  • Spring Cloud Contract 1.2.3.RELEASE (issues)

  • Spring Cloud Netflix 1.4.3.RELEASE (issues)

  • Spring Cloud Consul 1.3.2.RELEASE (issues)

使用

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>Edgware.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.2.RELEASE"
    }
}



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

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

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

点此查看发布主页


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Spring Cloud 大版本 Spring Cloud Edgware.SR2 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

精通数据科学:从线性回归到深度学习

精通数据科学:从线性回归到深度学习

唐亘 / 人民邮电出版社 / 2018-5-8 / 99.00元

数据科学是一门内涵很广的学科,它涉及到统计分析、机器学习以及计算机科学三方面的知识和技能。本书深入浅出、全面系统地介绍了这门学科的内容。 本书分为13章,最初的3章主要介绍数据科学想要解决的问题、常用的IT工具Python以及这门学科所涉及的数学基础。第4-7章主要讨论数据模型,主要包含三方面的内容:一是统计中最经典的线性回归和逻辑回归模型;二是计算机估算模型参数的随机梯度下降法,这是模型工......一起来看看 《精通数据科学:从线性回归到深度学习》 这本书的介绍吧!

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

各进制数互转换器

html转js在线工具
html转js在线工具

html转js在线工具