Skip to content

Commit 04b8f93

Browse files
Update deploy-consumption-plan.md
change build usage to maven and project execution by running the jar file
1 parent 8a9c627 commit 04b8f93

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 by executing the JAR file:
3535

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

0 commit comments

Comments
 (0)