Spring Cloud Hoxton.SR8 发布
Spring Cloud Hoxton Service Release 8 (SR8) 已发布,可从 Maven Central 获取更新。坐标如下:
<dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>Hoxton.SR8</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>
Hoxton.SR8 兼容 Spring Boot 2.3.x and 2.2.x,主要变化:
Spring Cloud Netflix
为 Eureka 客户端增加对 TLS 配置的支持
Spring Cloud Config
为 Config 客户端增加对 TLS 配置的支持
Spring Cloud Kubernetes
支持 Spring Cloud Loadbalancer,自动向 Service Instance metadata 添加命名空间
依赖更新
- Spring Cloud Starter Build
Hoxton.SR8
- Spring Cloud Netflix
2.2.5.RELEASE
- Spring Cloud Openfeign
2.2.5.RELEASE
(issues) - Spring Cloud Config
2.2.5.RELEASE
- Spring Cloud Aws
2.2.4.RELEASE
- Spring Cloud Kubernetes
1.1.6.RELEASE
(issues) - Spring Cloud Gateway
2.2.5.RELEASE
(issues) - Spring Cloud Gcp
1.2.5.RELEASE
- Spring Cloud Commons
2.2.5.RELEASE
(issues) - Spring Cloud Sleuth
2.2.5.RELEASE
(issues) - Spring Cloud Vault
2.2.5.RELEASE

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
wind-core 4.0.0-RELEASE 发布:支持自动建表、排除大字段以及禁用公共字段
新增:自动建表。支持表,列备注 新增:查询支持排除大字段(可以理直气壮的偷懒,去查询整个对象了😁) 新增:支持禁用公共字段(isDelete,createTime,updateTime),禁用后字段不再映射到数据库 新增:启动完成后发布事件,可以通过监听事件执行额外操作 修复:写入操作时,创建/更新时间未正确赋值 修复:逻辑删除字段未正确赋值 修复:分页查询缓存异常
- 下一篇
Flutter 1.21.0-9.2.pre 发布
Flutter 1.21.0-9.2.pre 发布了,更新内容: 更新引擎哈希 对于弱模式,在计算中允许为 null [Material]确保时间选择器输入模式在 RTL 中正确布置 修复customer-testing [flutter_tool] 处理 packages_test.dart 中的 Windows 行尾 [flutter_tool] 修复了 Windows 上的一些 create_test.dart 测试 更新说明:https://github.com/flutter/flutter/releases/tag/1.21.0-9.2.pre
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- SpringBoot2全家桶,快速入门学习开发网站教程
- Docker安装Oracle12C,快速搭建Oracle学习环境
- SpringBoot2整合MyBatis,连接MySql数据库做增删改查操作
- Eclipse初始化配置,告别卡顿、闪退、编译时间过长
- MySQL8.0.19开启GTID主从同步CentOS8
- CentOS8,CentOS7,CentOS6编译安装Redis5.0.7
- CentOS7编译安装Cmake3.16.3,解决mysql等软件编译问题
- Springboot2将连接池hikari替换为druid,体验最强大的数据库连接池
- 设置Eclipse缩进为4个空格,增强代码规范
- CentOS7,CentOS8安装Elasticsearch6.8.6