Skip to content

Commit dfb5904

Browse files
committed
edited update
1 parent 34ecdbc commit dfb5904

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/spring-apps/quickstart-deploy-web-app.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ ms.custom: devx-track-java, devx-track-azurecli, mode-other, event-tier1-build-2
1919
2020
**This article applies to:** ✔️ Basic/Standard tier
2121

22-
This quickstart shows how to deploy a Spring Boot web application to Azure Spring Apps.
23-
24-
The sample project is a simle ToDo application that help customer record the task list: What tasks need to be done and what tasks has already been finished. Here is a screenshot of the application:
22+
This quickstart shows how to deploy a Spring Boot web application to Azure Spring Apps. The sample project is a simple ToDo application to add tasks, mark when they're complete, and then delete them. The following screenshot shows the application:
2523

2624
:::image type="content" source="./media/quickstart-deploy-web-app/todo-app.png" alt-text="Sceenshot of a sample web application in Azure Spring Apps." lightbox="./media/quickstart-deploy-web-app/todo-app.png":::
2725

@@ -65,9 +63,7 @@ Use the following steps to clone and run the app locally.
6563
java -jar web/target/simple-todo-web-0.0.1-SNAPSHOT.jar
6664
```
6765

68-
1. Go to `http://localhost:8080` in your browser to access the application, as shown in the following screenshot.
69-
70-
:::image type="content" source="./media/quickstart-deploy-web-app/todo-app.png" alt-text="Sceenshot of a sample web application in Azure Spring Apps." lightbox="./media/quickstart-deploy-web-app/todo-app.png":::
66+
1. Go to `http://localhost:8080` in your browser to access the application.
7167

7268
## Prepare the cloud environment
7369

0 commit comments

Comments
 (0)