Spring Cloud version and SpringBoot version

Spring Cloud version selection

There is a corresponding relationship between Spring Cloud and SpringBoot versions

There is a corresponding relationship between the version of Spring Cloud and the version of SpringBoot. The latest Spring Cloud version (at the time of publication 2022.0.3), requires SpringBoot(3.0.9)support for .

The version of Spring Boot I'm using is 2.7version 2, so I can't use 2022.0.3the version SpringCloud. The Spring Cloud version I finally chose is 2021.0.8.

The minimum Spring Boot version required by Spring Cloud.

After each Spring Cloud version, there will be one Reference Doc. After clicking it, you can view the Spring Boot version supported by the current Spring Cloud.

insert image description here
insert image description here

GA logo

This logo means that this version is a stable version (can be used in production environment).

Spring Cloud official website

Spring Cloud official website

reference article

How to choose the version of Spring cloud?

Guess you like

Origin blog.csdn.net/sgx1825192/article/details/132131416