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.
1 parent 8a9c627 commit 04b8f93Copy full SHA for 04b8f93
articles/spring-apps/includes/quickstart-deploy-web-app/deploy-consumption-plan.md
@@ -24,14 +24,14 @@ Use the following steps to clone and run the app locally.
24
git clone https://github.com/Azure-Samples/ASA-Samples-Web-Application.git
25
```
26
27
-2. Use the following command to build the sample project:
+2. Use the following command to build the sample project with Maven:
28
29
```bash
30
cd ASA-Samples-Web-Application
31
./mvnw clean package
32
33
34
-3. Use the following command to run the sample application by using Maven:
+3. Use the following command to run the sample application by executing the JAR file:
35
36
37
java -jar web/target/simple-todo-web-0.0.1-SNAPSHOT.jar
0 commit comments