Skip to content

Commit 34ecdbc

Browse files
committed
Add description about the todo application.
1 parent 1e09299 commit 34ecdbc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ 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. The sample project is a typical three-layers web application:
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:
25+
26+
:::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":::
27+
28+
This application is a typical three-layers web application:
2329

2430
- A frontend bounded [React](https://reactjs.org/) application.
2531
- A backend Spring web application that uses Spring Data JPA to access a relational database.

0 commit comments

Comments
 (0)