【springcloud】springcloud与springboot的版本对应关系

官方网址:https://start.spring.io/actuator/info

更新时间:2019-12-01

spring-cloud:
      "Finchley.M2": "Spring Boot >=2.0.0.M3 and <2.0.0.M5",
      "Finchley.M3": "Spring Boot >=2.0.0.M5 and <=2.0.0.M5",
      "Finchley.M4": "Spring Boot >=2.0.0.M6 and <=2.0.0.M6",
      "Finchley.M5": "Spring Boot >=2.0.0.M7 and <=2.0.0.M7",
      "Finchley.M6": "Spring Boot >=2.0.0.RC1 and <=2.0.0.RC1",
      "Finchley.M7": "Spring Boot >=2.0.0.RC2 and <=2.0.0.RC2",
      "Finchley.M9": "Spring Boot >=2.0.0.RELEASE and <=2.0.0.RELEASE",
      "Finchley.RC1": "Spring Boot >=2.0.1.RELEASE and <2.0.2.RELEASE",
      "Finchley.RC2": "Spring Boot >=2.0.2.RELEASE and <2.0.3.RELEASE",
      "Finchley.SR4": "Spring Boot >=2.0.3.RELEASE and <2.0.999.BUILD-SNAPSHOT",
      "Finchley.BUILD-SNAPSHOT": "Spring Boot >=2.0.999.BUILD-SNAPSHOT and <2.1.0.M3",
      "Greenwich.M1": "Spring Boot >=2.1.0.M3 and <2.1.0.RELEASE",
      "Greenwich.SR4": "Spring Boot >=2.1.0.RELEASE and <2.1.11.BUILD-SNAPSHOT",
      "Greenwich.BUILD-SNAPSHOT": "Spring Boot >=2.1.11.BUILD-SNAPSHOT and <2.2.0.M4",
      "Hoxton.RELEASE": "Spring Boot >=2.2.0.M4 and <2.2.2.BUILD-SNAPSHOT",
      "Hoxton.BUILD-SNAPSHOT": "Spring Boot >=2.2.2.BUILD-SNAPSHOT"

  

原文地址:https://www.cnblogs.com/wjqhuaxia/p/11966346.html

时间: 2024-08-30 16:19:32

【springcloud】springcloud与springboot的版本对应关系的相关文章

Spring Boot与Spring Cloud技术选型版本对应关系

Spring Boot与Spring Cloud版本严格来将,Boot是以数字作为版本,Cloud是以英语大写字母开头作为版本,这些其实都是伦敦地铁站命名的版本. 一.如何选择Spring Boot版本? github源码地址:https://github.com/spring-projects/spring-boot/wiki springboot2.0新特性:https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0

ChromeDriver与Chrome版本对应关系

备注: 下载ChromeDriver的时候,可以在notes.txt文件中查看版本对应关系. ----------ChromeDriver v2.29 (2017-04-04)---------- Supports Chrome v56-58 Resolved issue 1521: Assignment to Object.prototype.$family causes a crash [['Pri-1']] Resolved issue 1482: Chromedriver cannot

Office 开发版本号与版本对应关系

Office 开发版本号与版本对应关系: office97 : 8.0 office2000 : 9.0 officeXP(2002) : 10.0 office2003 : 11.0 office2007: 12.0 office2010 : 14.0 office2013: 15.0

CentOS(RHEL)内核版本与系统版本对应关系

通过本文你可以获取如下信息: CentOS/RHEL 内核源码包下载地址. CentOS/RHEL 内核版本和系统版本对应关系. CentOS/RHEL 各个系统版本发布时间. CenOS 各个版本源码包及RPM包下载地址. 以下信息全部来自官方:http://vault.centos.org/ Name Last modified Size Description 对应内核源码包 5.0/ 11-Apr-2007 18:53 - kernel-2.6.18-8.el5.src.rpm 5.1/

使用springboot最新版本mysql-Connector连接数据库时提示Loading class `com.mysql.jdbc.Driver&#39;. This is deprecated.

在连接数据库时,使用了最新版本的mysql-Connector,即6.0以上版本 1.报错如下: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class

hive spark版本对应关系

查看hive source下面的pom.xml,可以找到官方默认发布的hive版本对应的spark版本,在实际部署的时候,最好按照这个版本关系来,这样出现兼容问题的概率相对较小. 下面面列出一部分对应关系,在实际部署中可以到github上去查询具体的版本对应关系,地址为https://github.com/apache/hive apache-hive-1.2.2-src <spark.version>1.3.1</spark.version>apache-hive-2.1.1-s

Spring Cloud常用组件及各组件版本对应关系图

Spring Cloud常用组件: 架构图: 版本对应关系: 原文地址:https://www.cnblogs.com/niwotaxuexiba/p/10853156.html

Solr与JDK对应版本关系,Tomcat与JDK版本对应关系

最新在部署solrCloud集群,由于自己机器上用的JDK都是JDK1.7的,然后我就从网上下载了最新下载了最先的solr6.6.0和最新的Tomcat9.0,部署了一下,开始报错,提示solr和JDK版本不兼容,Tomcat和JDK版本不兼容,所以在这里特意记录一下solr.JDK.Tomcat版本对应关系. 一.solr与JDK版本对应关系 1.solr下载 首先,说一下solr的下载,官网有很对下载源,我最常用的是http://archive.apache.org/dist/lucene/

SpringCloud和SpringBoot的版本说明

SpringCloud包含了众多子项目,每一个子项目发布时间不一定一致,所以采用了伦敦地铁站为版本说明,而不是数字.并且从A开始是第一个发布版,B是第二个,以此类推. SpringCloud版本 SpringBoot版本 Greenwich(格林威治) 2.1.x Finchley(芬奇利) 2.0.x Edgware(埃奇韦尔) 1.5.x Dalston(多尔斯顿) 1.5.x Camden(卡姆登) 1.4.x Brixton(布里克斯顿) 1.3.x Angel(天使) 1.0.x 现在