You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Spring Cloud 2020.0.0 (aka Ilford) Is Available](https://spring.io/blog/2020/12/22/spring-cloud-2020-0-0-aka-ilford-is-available)
179
175
*[Adding Spring Cloud To An Existing Spring Boot Application](https://spring.io/projects/spring-cloud#adding-spring-cloud-to-an-existing-spring-boot-application)
180
176
181
177
> [!NOTE]
182
178
> - The support for Spring Boot 3.0 is still in preview, so you shouldn't use it in production.
183
179
184
-
### Dependencies for Spring Boot version 2.4/2.5/2.6/2.7
180
+
### Dependencies for Spring Boot version 2.5/2.6/2.7
185
181
186
-
For Spring Boot version 2.4/2.5, add the following dependencies to the application POM file.
182
+
For Spring Boot version 2.5, add the following dependencies to the application POM file.
187
183
188
184
```xml
189
185
<!-- Spring Boot dependencies -->
@@ -199,7 +195,7 @@ For Spring Boot version 2.4/2.5, add the following dependencies to the applicati
0 commit comments