We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47f67b5 + 82ccfa4 commit 2ae18f5Copy full SHA for 2ae18f5
articles/spring-apps/quickstart.md
@@ -105,7 +105,7 @@ Use the following steps to clone the Spring Boot sample project.
105
1. Use the following command to clone the [Spring Boot sample project](https://github.com/spring-guides/gs-spring-boot.git) from GitHub.
106
107
```azurecli-interactive
108
- git clone https://github.com/spring-guides/gs-spring-boot.git
+ git clone -b boot-2.7 https://github.com/spring-guides/gs-spring-boot.git
109
```
110
111
1. Use the following command to move to the project folder.
0 commit comments