一、SpringBoot与SpringCloud版本映射
最新的映射版本(截止2024-12-07):
SpringBoot3.4.0和Spring Cloud 2024.0(Spring Cloud Openfeign 4.2.0)
Adding Spring Cloud To An Existing Spring Boot Application
If you an existing Spring Boot app you want to add Spring Cloud to that app, the first step is to determine the version of Spring Cloud you should use. The version you use in your app will depend on the version of Spring Boot you are using.
The table below outlines which version of Spring Cloud maps to which version of Spring Boot.
Table 1. Release train Spring Boot compatibility (see here for more detailed information).
将Spring Cloud添加到现有 Spring Boot 应用程序。
如果您有一个现有的 Spring Boot 应用程序,您希望将Spring Cloud添加到该应用程序中,第一步是确定您应该使用的Spring Cloud版本。您在应用中使用的版本将取决于您使用的 Spring Boot 版本。
下表概述了哪个版本的Spring Cloud映射到哪个版本的 Spring Boot 。
二、Spring Cloud BOM
Now that you know which release train to use and the latest service release for that release train you are ready to add the Spring Cloud BOM to your application.
现在您已经知道要使用哪个发布系列以及该发布系列的最新服务版本,您可以准备将Spring Cloud BOM添加到应用程序中。