内容简介:Spring Cloud Hoxton SR1(修复版本) 正式发布! 核心依赖 Spring Boot 2.2.2 maven 依赖 <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</grou...#########
Spring Cloud Hoxton SR1(修复版本) 正式发布!
核心依赖
Spring Boot 2.2.2
maven 依赖
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Hoxton.SR1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
更新说明
Spring Cloud Config
新特性: 支持AWS S3
环境存储纯文本资源。
Spring Cloud Commons
新特性: 支持 Spring Cloud Loadbalancer
区域感知
Spring Cloud Sleuth
新特性: 支持 Spring Cloud Circuitbreaker
Spring Cloud Gateway
新特性: 支持增按路由超时配置的功能
Spring Cloud OpenFeign
-
FeignBlockingLoadBalancerClient
修改成public
级别方便扩展 -
DefaultGzipDecoder
字符集更改为UTF-8
问题修复
详细参考
https://github.com/orgs/spring-cloud/projects/34
以上参考:
https://spring.io/blog/2019/12/21/spring-cloud-hoxton-service-release-1-sr1-is-available
https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Hoxton-Release-Notes
以上所述就是小编给大家介绍的《Spring Cloud Hoxton SR1 正式发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Compilers
Alfred V. Aho、Monica S. Lam、Ravi Sethi、Jeffrey D. Ullman / Addison Wesley / 2006-9-10 / USD 186.80
This book provides the foundation for understanding the theory and pracitce of compilers. Revised and updated, it reflects the current state of compilation. Every chapter has been completely revised ......一起来看看 《Compilers》 这本书的介绍吧!