SpringBoot:SpringCloud与SpringBoot兼容版本参(其它组件兼容情况)
SpringCloud --- Springboot 版本兼容
| SpringCloud | SpringBoot |
| Edgware.SR5 | >=1.5.0.RELEASE and <=1.5.20.RELEASE |
| Edgware.BUILD-SNAPSHOT | >=1.5.999.BUILD-SNAPSHOT and <2.0.0.M1 |
| Finchley.M2 | >=2.0.0.M3 and <2.0.0.M5 |
| Finchley.M3 | >=2.0.0.M5 and <=2.0.0.M5 |
| Finchley.M4 | >=2.0.0.M6 and <=2.0.0.M6 |
| Finchley.M5 | >=2.0.0.M7 and <=2.0.0.M7 |
| Finchley.M6 | >=2.0.0.RC1 and <=2.0.0.RC1 |
| Finchley.M7 | >=2.0.0.RC2 and <=2.0.0.RC2 |
| Finchley.M9 | >=2.0.0.RELEASE and <=2.0.0.RELEASE |
| Finchley.RC1 | >=2.0.1.RELEASE and <2.0.2.RELEASE |
| Finchley.RC2 | >=2.0.2.RELEASE and <2.0.3.RELEASE |
| Finchley.SR3 | >=2.0.3.RELEASE and <2.0.999.BUILD-SNAPSHOT |
| Finchley.BUILD-SNAPSHOT | >=2.0.999.BUILD-SNAPSHOT and <2.1.0.M3 |
| Greenwich.M1 | >=2.1.0.M3 and <2.1.0.RELEASE |
| Greenwich.SR1 | >=2.1.0.RELEASE and <2.1.5.BUILD-SNAPSHOT |
| Greenwich.BUILD-SNAPSHOT | >=2.1.5.BUILD-SNAPSHOT |
Spring-Cloud-Services --- Springboot 版本兼容
| spring-cloud-services | Springboot |
| 1.6.6.RELEASE | >=1.5.0.RELEASE and <=1.5.999.BUILD-SNAPSHOT |
| 2.0.3.RELEASE | >=2.0.0.RELEASE and <=2.0.999.BUILD-SNAPSHOT |
| 2.1.2.RELEASE | >=2.1.0.RELEASE |
codecentric-spring-boot-admin --- Spirngboot 版本兼容
|
codecentric-spring-boot-admin |
Springboot |
| 1.5.7 | >=1.5.9.RELEASE and <2.0.0.M1 |
| 2.0.6 | >=2.0.0.M1 and <2.1.0.M1 |
| 2.1.4 | >=2.1.0.M1 |
spring-statemachine --- Springboot 版本兼容
| spring-statemachine | Springboot |
| 2.0.0.M4 | >=2.0.0.RC1 and <=2.0.0.RC1 |
| 2.0.0.M5 | >=2.0.0.RC2 and <=2.0.0.RC2 |
| 2.0.1.RELEASE | >=2.0.0.RELEASE |
azure --- Springboot 版本兼容
| azure | Springboot |
| 0.2.4 | >=1.5.4.RELEASE and <2.0.0.RELEASE |
| 2.0.10 | >=2.0.0.RELEASE and <2.1.0.RELEASE |
| 2.1.2 | >=2.1.0.RELEASE |
Mybatis --- Springboot 版本兼容
| Mybatis | Springboot |
| 1.3.4 | >=1.5.0.RELEASE and <2.0.0.RELEASE |
| 2.0.1 | >=2.0.0.RELEASE |
vaadin --- Springboot 版本兼容
| vaadin | Springboot |
| 8.7.2 | >=1.5.0.RELEASE and <2.0.0.M1 |
| 10.0.13 | >=2.0.0.M1 and <2.1.0.M1 |
| 13.0.3 | >=2.1.0.M1 |
camel --- Springboot 版本兼容
| camel | Springboot |
| 2.21.5 | >=1.5.0.RELEASE and <2.0.0.M1 |
| 2.22.4 | >=2.0.0.M1 and <2.1.0.M1 |
| 2.23.2 | >=2.1.0.M1 |
文章转载至:https://blog.csdn.net/sinat_33889619/article/details/89403796
SpringBoot:SpringCloud与SpringBoot兼容版本参(其它组件兼容情况)的更多相关文章
- springcloud和springboot是什么关系?
[学习笔记] 4)springcloud和springboot是什么关系? 马克-to-win@马克java社区:springboot可以快速开发单个微服务.springcloud是一个基于sprin ...
- Spring Cloud Alibaba (一): SpringCloud与SpringBoot版本选型
前言 近年SpringCloud与SpringBoot更新迭代非常频繁,导致我们对两者的版本选型非常的困难.若是版本选择有问题, 会导致开发中调试兼容性占用非常多的得必要时间. SpringClo ...
- spring springMvc spring-boot spring-cloud分别是什么
本文来源于:克己习礼成仁 的<spring springMvc spring-boot spring-cloud分别是什么> 什么是spring 关于spring的定义无论是从官方还是 ...
- SpringBoot整合Mybatis完整详细版二:注册、登录、拦截器配置
接着上个章节来,上章节搭建好框架,并且测试也在页面取到数据.接下来实现web端,实现前后端交互,在前台进行注册登录以及后端拦截器配置.实现简单的未登录拦截跳转到登录页面 上一节传送门:SpringBo ...
- SpringBoot整合Mybatis完整详细版
记得刚接触SpringBoot时,大吃一惊,世界上居然还有这么省事的框架,立马感叹:SpringBoot是世界上最好的框架.哈哈! 当初跟着教程练习搭建了一个框架,传送门:spring boot + ...
- SpringBoot Mybatis整合(注解版),SpringBoot集成Mybatis(注解版)
SpringBoot Mybatis整合(注解版),SpringBoot集成Mybatis(注解版) ================================ ©Copyright 蕃薯耀 2 ...
- SpringCloud和Springboot
SpringBoot+SpringCloud+SpringMVC+SpringData 我们把这种架构也称之为spring全家桶 什么是SpringCloudSpring Cloud是一系列框架的有序 ...
- springboot+shiro+redis(单机redis版)整合教程-续(添加动态角色权限控制)
相关教程: 1. springboot+shiro整合教程 2. springboot+shiro+redis(单机redis版)整合教程 3. springboot+shiro+redis(集群re ...
- springboot+shiro+redis(单机redis版)整合教程
相关教程: 1. springboot+shiro整合教程 2. springboot+shiro+redis(集群redis版)整合教程 3.springboot+shiro+redis(单机red ...
随机推荐
- lsscsi
# lsscsi[2:0:0:0] cd/dvd Slimtype DVD A DS8ACSH LC2M /dev/sr0[3:0:0:0] disk ATA Samsung SSD 860 3B6Q ...
- Assignment Problem的若干思考
最近受到南京一个同学的push,又开始了博客园写作之旅.欢迎大家联系我做代码实现工作,QQ:1198552514.权当赚点生活费~ 我的研究也经常用的Assignment problem,而且很多 ...
- Your branch and 'origin/master' have diverged, and have 1 and 1 different commits each, respectively
On branch master Your branch and 'origin/master' have diverged, and have 1 and 1 different commits e ...
- 手把手带你快速入门jQuery(视频|资料,建议收藏!)
jQuery是什么? jQuery是一个快速.简洁的JavaScript框架,是继Prototype之后又一个优秀的JavaScript代码库(或JavaScript框架). jQuery设计的宗旨是 ...
- ICCV2019论文点评:3D Object Detect疏密度点云三维目标检测
ICCV2019论文点评:3D Object Detect疏密度点云三维目标检测 STD: Sparse-to-Dense 3D Object Detector for Point Cloud 论文链 ...
- 如何使用Nsight Compute?
如何使用Nsight Compute? 下图command Line Argunments是指训练或测试命令,Linux下直接用测试或训练命令
- 硬件安全模块如何启用AUTOSAR
硬件安全模块如何启用AUTOSAR How hardware security modules enable AUTOSAR 越来越复杂的软件和车内连接需要越来越多的加密保护.这种保护也必须由经典的实 ...
- JavaScript 中精度问题以及解决方案
JavaScript 中的数字按照 IEEE 754 的标准,使用 64 位双精度浮点型来表示.其中符号位 S,指数位 E,尾数位M分别占了 1,11,52 位,并且在 ES5 规范 中指出了指数位E ...
- Java设计模式(5:设计模式的分类及工厂模式详解)
一.设计模式的分类 总的来说,设计模式可以分为三大类:创建型模式.结构型模式.行为型模式,具体如下图: 二.工厂模式 工厂模式分为简单工厂模式.工厂方法模式和抽象工厂模式.其中简单工厂模式并不属于23 ...
- React Hooks使用避坑指南
函数组件比类组件更加方便实现业务逻辑代码的分离和组件的复用,函数组件也比类组件轻量,没有react hooks之前,函数组件是无法实现LocalState的,这导致有localstate状态的组件无法 ...