Skip to content

Commit ea85fe1

Browse files
authored
Merge pull request #113374 from SandraAhlgrimm/master
Update deploy-consumption-plan for ASA quickstarts
2 parents d165383 + 961d735 commit ea85fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-apps/includes/quickstart-deploy-web-app/deploy-consumption-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Use the following steps to clone and run the app locally.
2424
git clone https://github.com/Azure-Samples/ASA-Samples-Web-Application.git
2525
```
2626

27-
2. Use the following command to build the sample project:
27+
2. Use the following command to build the sample project with Maven:
2828

2929
```bash
3030
cd ASA-Samples-Web-Application
3131
./mvnw clean package
3232
```
3333

34-
3. Use the following command to run the sample application by using Maven:
34+
3. Use the following command to run the sample application:
3535

3636
```bash
3737
java -jar web/target/simple-todo-web-0.0.1-SNAPSHOT.jar

0 commit comments

Comments
 (0)