Spring Cloud Greenwich 最后一个计划版本发布!

点击上方“阿拉奇学Java”,选择“置顶或者星标
 每天早晨0728分, 与你相约! 

推荐阅读| 面试了一个 46 岁程序员,思绪万千

Spring Cloud Greenwich Service Release 5 (SR5) 发布了,可通过 Maven Central 获取。发布主页显示,此版本包含错误修复、较小的功能增强以及文档更新。

这是 Greenwich Release Train 的最终计划发行版本(更多信息请参见此处)。官方建议尽快升级到 Hoxton,Greenwich.SR5 基于 Spring Boot 2.1.12。

Spring Cloud Commons

为了支持来自配置客户端中 YAML 的合并列表,此版本进行了更改,以便将每个PropertySource分别添加到环境中,而不是添加到组合中。

作为 Greenwich.SR5 的一部分,以下模块已更新:

MODULEVERSIONISSUES
Spring Cloud Build2.1.10.RELEASE
Spring Cloud Sleuth2.1.7.RELEASE(issues)
Spring Cloud Consul2.1.5.RELEASE(issues)
Spring Cloud Gateway2.1.5.RELEASE(issues)
Spring Cloud Contract2.1.5.RELEASE(issues)
Spring Cloud Netflix2.1.5.RELEASE(issues)
Spring Cloud Gcp1.1.5.RELEASE
Spring Cloud Config2.1.6.RELEASE(issues)
Spring Cloud Openfeign2.1.5.RELEASE(issues)
Spring Cloud Commons2.1.5.RELEASE(issues)
Spring Cloud Aws2.1.4.RELEASE
Spring Cloud Vault2.1.5.RELEASE
Spring Cloud Bus2.1.4.RELEASE(issues)
Spring Cloud Kubernetes1.0.5.RELEASE(issues)

获取方式

Maven

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

plugins {
  id 'org.springframework.boot' version '2.1.12.RELEASE'
  id 'io.spring.dependency-management' version '1.0.8.RELEASE'
  id 'java'
}
group = 'com.example'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
repositories {
  mavenCentral()
}
dependencies {
  implementation 'org.springframework.cloud:spring-cloud-starter-config'
  implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
  // ...
}

完整发布日志和下载地址:https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Greenwich-Release-Notes

作者 | 局长

来源 | https://www.oschina.net/news/113095/spring-cloud-greenwich-sr5-released

看到这里啦,说明你对这篇文章感兴趣,帮忙转发一下或者点击文章右下角在看。感谢啦!关注公众号,回复「进群」即可进入无广告技术交流群。同时送上250本电子书+学习视频作为见面礼!有你想看的精彩 



面试了一个 46 岁程序员,思绪万千(漫画)一只蝙蝠的自述在朋友圈火了:千万不要再吃野味了!
程序员到新公司后第一周该干些什么?不该干些什么?
(附示例代码)HTTP客户端连接,选择HttpClient还是OkHttp?
24 年前的 IE 仍能在 Win10中运行,这无敌兼容性与你的代码比比?Java泛型背后是什么?一个开发工程师,真的需要了解业务吗?SpringBoot+RabbitMQ ,保证消息100%投递成功并被消费

武汉加油!中国加油! 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值