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 ...
随机推荐
- Linux 发行版本介绍
引言 Linux 有非常多的版本,比如世面上常见的有 Ubuntu.RedHat.Fedora.Centos 等,这么多的版本我们究竟该选哪一个呢?对于 Linux 初学者有必要对这些 Linux 发 ...
- Chrome版本与chromedriver版本映射表
chromedriver版本 支持的Chrome版本 v2.36 v64-66 v2.35 v62-64 v2.34 v61-63 v2.33 v60-62 v2.32 v59-61 v2.31 v5 ...
- Jenkins实战应用–Jenkins构建中tag的应用
Jenkins实战应用–Jenkins构建中tag的应用 文章目录[隐藏] *系列汇总* 1,缘起. 2,回滚功能. 1,添加mode选项. 2,再添加branch选项. 3,添加Git Parame ...
- Python+Selenium自动化-获取页面信息
Python+Selenium自动化-获取页面信息 1.获取页面title title:获取当前页面的标题显示的字段 from selenium import webdriver import t ...
- NBU Rman异机恢复Oracle
前段时间一个亿级分区表,被分割成历史表和业务表,历史表中保留15天以外的数据,每天都会从业务表中的15天外的数据copy到历史表,并删除业务表15天外的数据,逻辑也很简单,但插入历史表的where 条 ...
- Volatile 原理及使用,java并发中的可见性问题
1.解决并发编程中的可见性问题 volatile 代表不使用cpu缓存,修改后的数据,将直接刷到内存中,被volatile修饰的变量,读取的时候,也是从内存中读取,不从cpu缓存中读取 上代码 // ...
- NOIP模拟5 T2
题面:求出满足以下条件的 n*m 的 01 矩阵个数: (1)第 i 行第 1~li 列恰好有 1 个 1 (li+1到ri-1不能放1) (2)第 i 行第 ri~m 列恰好有 1 个 1. ...
- 深度人脸识别:CVPR2020论文要点
深度人脸识别:CVPR2020论文要点 Towards Universal Representation Learning for Deep Face Recognition 论文链接:https:/ ...
- Clang:LLVM的C语言家族前端
Clang:LLVM的C语言家族前端 Clang项目为LLVM 项目的C语言家族(C,C ++,Objective C / C ++,OpenCL,CUDA和RenderScript)中的语言提供了语 ...
- java后端知识点梳理——java基础
面向对象 java三大特性 封装: 将事务封装成一个类,达到解耦,隐藏细节的效果.通过get/set等方法,封装了内部逻辑,并保留了特定的接口与外界联系. 继承: 从一个已知的类中派生出一个新的类,新 ...