Springcloud version update release time

The sea of ​​learning is endless, learning is endless, from giving up to beginning...Start the road of springcloud learning..........

springcloud official website: https://spring.io/

Spring Cloud provides developers with tools to quickly build some common patterns in distributed systems (such as configuration management, service discovery, circuit breakers, intelligent routing, micro-agents, control buses, one-time tokens, global locks, leadership selection, distribution Session), cluster status). The coordination of distributed systems has led to boilerplate patterns, and SpringCloud developers can quickly support services and applications that implement these patterns. They will work well in any distributed environment, including developers’ own laptops, bare metal data centers, and cloud casting management platforms.

SpringCloud version update release time:

Angel version: March 2015

Brixton version: May 2016

Camden version: September 2016

Dalston version 01: April 2017

Finchley version: June 2018

Note: Friends who are new to spring cloud may not know that, in fact, SpringBoot and SpringCloud need to correspond to the version, otherwise it may cause many unexpected errors, such as eureka registration and the service class cannot be found, such as some jars cannot be imported Ah, wait for these errors. The version correspondence between springBoot and spring cloud is listed below. It needs to be used together to avoid all kinds of strange errors.

 

The version list of the maven repository
spring-cloud-dependencies version list can be viewed:
https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies
spring-boot-starter-parent version list can be viewed:
https: //mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent
 

Spring Cloud Spring Boot
Angel version Compatible with Spring Boot 1.2.x
Brixton version Compatible with Spring Boot 1.3.x, also compatible with Spring Boot 1.4.x
Camden version Compatible with Spring Boot 1.4.x, also compatible with Spring Boot 1.5.x
Dalston version, Edgware version compatible Spring Boot 1.5.x, not compatible with Spring Boot 2.0.x
Finchley version compatible with Spring Boot 2.0.x, not compatible with Spring Boot 1.5.x
Greenwich version compatible with Spring Boot 2.1.x
 

Guess you like

Origin blog.csdn.net/qq_30764991/article/details/100320997