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 d165383 + 961d735 commit ea85fe1Copy full SHA for ea85fe1
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:
35
36
37
java -jar web/target/simple-todo-web-0.0.1-SNAPSHOT.jar
0 commit comments