热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

SpringCloudGreenwich最后一个计划版本发布!

点击上方蓝色“程序猿DD”,选择“设为星标”回复“资源”获取独家整理的学习资料!作者|局长来源|https:www.oschina.netnews113

点击上方蓝色“程序猿DD”,选择“设为星标”

回复“资源”获取独家整理的学习资料!

作者 | 局长

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

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

org.springframework.cloudspring-cloud-dependenciesGreenwich.SR5pomimport

org.springframework.cloudspring-cloud-starter-configorg.springframework.cloudspring-cloud-starter-netflix-eureka-client...

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

本文通过OpenWrite的Markdown转换工具发布

关注我,回复“加群”加入各种主题讨论群

  • 众志成城,共克时艰:GitHub惊现武汉防疫信息收集项目

  • IntelliJ 发布 2020 RoadMap,中文版终于要来了?

  • JetBrains 推出编程字体 Mono,开源免费可商用

  • 中科院国产编程语言“木兰”疑似换皮Python?

  • 99行代码的《冰雪奇缘》,收下我的膝盖!

    武汉加油!中国加油! 



推荐阅读
author-avatar
ahhylwjj
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有