内容简介:Spring Cloud 2021 (朱比利) 发布 Spring Cloud 2021 (Jubilee)正式发布 ,此版本 基于 Spring Boot 2.6.x 构建,不兼容 SpringBoot 2.5.x 或者低版本。 现在已经可以从中央仓库下载 <dependency> ...
Spring Cloud 2021 (朱比利) 发布
-
Spring Cloud 2021 (Jubilee)正式发布 ,此版本 基于 Spring Boot 2.6.x 构建,不兼容 SpringBoot 2.5.x 或者低版本。
-
现在已经可以从中央仓库下载
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2021.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
核心组件依赖
组件 | 版本 |
---|---|
Spring Cloud Vault | 3.1.0 |
Spring Cloud Bus | 3.1.0 |
Spring Cloud Cli | 3.1.0 |
Spring Cloud Zookeeper | 3.1.0 |
Spring Cloud Circuitbreaker | 2.1.0 |
Spring Cloud Commons | 3.1.0 |
Spring Cloud Kubernetes | 2.1.0 |
Spring Cloud Openfeign | 3.1.0 |
Spring Cloud Task | 2.4.0 |
Spring Cloud Sleuth | 3.1.0 |
Spring Cloud Contract | 3.1.0 |
Spring Cloud Consul | 3.1.0 |
Spring Cloud Gateway | 3.1.0 |
Spring Cloud Config | 3.1.0 |
Spring Cloud Cloudfoundry | 3.1.0 |
Spring Cloud Starter Build | 2021.0.0 |
Spring Cloud Netflix | 3.1.0 |
特性说明
Spring Cloud Commons
添加负载均衡器配置属性,支持和 spring cloud gateway 和 openfeign 整合配置
Spring Cloud Config
配置中心支持 与 AWS 密钥管理器、AWS 参数存储和 GCP 密钥管理器集成。
Spring Cloud Gateway
-
redis 路由信息存储支持,扩展动态路由更加简单
-
支持 http2
-
支持 grpc
Spring Cloud Kubernetes
-
配置服务发现控制器
Spring Cloud Openfeign
-
支持 Spring Cache @Cachable 注解
Spring Cloud Sleuth
提供 Tomcat, Spring Vault, R2DBC, JDBC, Spring Cloud Deployer, Spring Cloud Skipper, Reactor Kafka, Spring TX, Spring Batch, RSocket, Spring Cloud Task, Spring Cloud Config, Kotlin Coroutines 等组件的监控能力.
特别说明
-
仅支持于 SpringBoot 2.6 整合使用,无法兼容低版本 SpringBoot
-
Spring Cloud Alibaba 2021 无法与之兼容,需要等待 SCA 官方发布新版本适配
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- IJPay 0.8 版本发布,兼容低版本 JDK
- fastjson 1.2.55 版本发布,Bug 修复版本
- Apache Ignite 2.9.1 版本发布,小版本更新
- Swoole v4.6.1 版本发布,Bug 修复版本
- Swoole v4.6.2 版本发布,Bug 修复版本
- Swoole v4.6.4 版本发布,Bug 修复版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Ant Colony Optimization
Marco Dorigo、Thomas Stützle / A Bradford Book / 2004-6-4 / USD 45.00
The complex social behaviors of ants have been much studied by science, and computer scientists are now finding that these behavior patterns can provide models for solving difficult combinatorial opti......一起来看看 《Ant Colony Optimization》 这本书的介绍吧!