Spring Cloud Greenwich.SR4发布

Stella981
• 阅读 593

Spring Cloud Greenwich Release Train 的Service Release 4(SR4)现已发布。

该版本可以在MaveCentral中找到。您可以查看Greenwich 发行说明以获取更多信息。

Spring Cloud Greenwich.SR4底层依赖升级至Spring Boot 2.1.10.RELEASE

  • Spring Cloud Gateway
    添加了对Spring Cloud LoadBalancer的支持

  • Spring Cloud Commons

@EnableDiscoveryClient不再需要。只需要DiscoveryClient 依赖,Spring Boot应用程序向服务发现服务器注册。

  • Spring Cloud Openfeign

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

  • 其他模块 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权限管理系统 欢迎关注

点赞
收藏
评论区
推荐文章
皕杰报表之UUID
​在我们用皕杰报表工具设计填报报表时,如何在新增行里自动增加id呢?能新增整数排序id吗?目前可以在新增行里自动增加id,但只能用uuid函数增加UUID编码,不能新增整数排序id。uuid函数说明:获取一个UUID,可以在填报表中用来创建数据ID语法:uuid()或uuid(sep)参数说明:sep布尔值,生成的uuid中是否包含分隔符'',缺省为
待兔 待兔
2星期前
手写Java HashMap源码
HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22
Wesley13 Wesley13
2年前
java中比较两个时间的差值
项目背景1.某篇文稿的发布时间是publishDate,例如:2020072118:00:41。2.现要求判断该篇文稿的发布时间是否在近30天之内。publicstaticlongdayDiff(DatecurrentDate,DatepublishDate){LongcurrentTimecurrentDat
Stella981 Stella981
2年前
Spring Cloud Gateway跨域配置
版本:Greenwich.SR2 1.官网配置https://cloud.spring.io/springcloudstatic/springcloudgateway/2.2.1.RELEASE/reference/html/corsconfiguration(https://www.oschina.net/action/GoTo
Wesley13 Wesley13
2年前
Java日期时间API系列31
  时间戳是指格林威治时间1970年01月01日00时00分00秒起至现在的总毫秒数,是所有时间的基础,其他时间可以通过时间戳转换得到。Java中本来已经有相关获取时间戳的方法,Java8后增加新的类Instant等专用于处理时间戳问题。 1获取时间戳的方法和性能对比1.1获取时间戳方法Java8以前
Wesley13 Wesley13
2年前
KDE发布首个4.7 RC发行
KDEShipsFirst4.7ReleaseCandidateKDE发布首个4.7RC发行By:SebastianKügler,in:20110625,about;KDEOfficialNews发表于:2011年6月25日北京时间08:00KDEhasrelease
Stella981 Stella981
2年前
GitHub Actions
使用GitHubActions发布版本时,获取触发的tag作为发布的版本号.方式一通过step获取tag,在需要使用的地方使用steps.get_version.outputs.VERSION,其中get_version是step的id.name:Release
Wesley13 Wesley13
2年前
3天两版 Spring Boot 2.2.4 发布!紧急修复Spring Cloud Hoxton.SR1 兼容问题
SpringBoot2.2.4发布了,可以从repo.spring.io和MavenCentral获取。此版本修复了6个bug,进行了一些文档改进和依赖性升级,解决了Gradle5.3至5.6的依赖性解析问题。🐞Bug修复1.@ActiveProfiles与@SpringBootTest使用,覆盖s
Stella981 Stella981
2年前
Spring Cloud Greenwich 最后一个计划版本发布!
!(https://oscimg.oschina.net/oscnet/f5bc259142534a93900337cce8708160.jpg)相关推荐:SpringCloudGreenwich.SR4发布了…(https://www.oschina.net/action/GoToLink?urlhttp%3
Stella981 Stella981
2年前
Spring Cloud Hoxton.RELEASE 正式发布!异步即未来
Spring社区宣布,SpringCloudHoxtonRELEAS正式发布。该版本可以在MavenCentral中找到。您可以查看Hoxton发行说明以获取更多信息。<dependencymanagement<dependencies<dependency