Skip to content

Commit 2ae18f5

Browse files
Merge pull request #227320 from brhamilton529/asa_quickstart_prerequisite
Quickstart update for procedure to clone and build sample
2 parents 47f67b5 + 82ccfa4 commit 2ae18f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Use the following steps to clone the Spring Boot sample project.
105105
1. Use the following command to clone the [Spring Boot sample project](https://github.com/spring-guides/gs-spring-boot.git) from GitHub.
106106

107107
```azurecli-interactive
108-
git clone https://github.com/spring-guides/gs-spring-boot.git
108+
git clone -b boot-2.7 https://github.com/spring-guides/gs-spring-boot.git
109109
```
110110

111111
1. Use the following command to move to the project folder.

0 commit comments

Comments
 (0)