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
Copy file name to clipboardExpand all lines: articles/spring-cloud/spring-cloud-tutorial-prepare-app-deployment.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,23 @@ Azure Spring Cloud supports both Java 8 and Java 11. The hosting environment con
20
20
21
21
## Spring Boot and Spring Cloud versions
22
22
23
-
Azure Spring Cloud supports only Spring Boot apps. It supports both Spring Boot version 2.0 and version 2.1. The following table lists the supported Spring Boot and Spring Cloud combinations:
23
+
Azure Spring Cloud supports only Spring Boot apps. It supports both Spring Boot version 2.1 and version 2.2. The following table lists the supported Spring Boot and Spring Cloud combinations:
24
24
25
25
Spring Boot version | Spring Cloud version
26
26
---|---
27
-
2.0 | Finchley.RELEASE
28
27
2.1 | Greenwich.RELEASE
28
+
2.2 | Hoxton.RELEASE
29
29
30
30
Verify that your pom.xml file has the correct Spring Boot and Spring Cloud dependencies based on your Spring Boot version.
0 commit comments