From 94a104066b49523f672adac1f692f913c5b456b2 Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Fri, 3 Mar 2023 09:49:53 +0800 Subject: [PATCH 1/2] Use table to display the 2 branch. Because table make it clearer. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6d578f..76d7e16 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # Azure Spring Apps Sample - Simple Todo App -There are 2 branches about this repository: -1. [quickstart](https://github.com/Azure-Samples/ASA-Samples-Web-Application/blob/quickstart/README.md). This branch is used to teach you to run [spring web application](https://spring.io/web-applications) in [Azure Spring Apps](https://learn.microsoft.com/en-us/azure/spring-apps/overview) (ASA) in a short time. -2. [reference-architecture](https://github.com/Azure-Samples/ASA-Samples-Web-Application/blob/reference-architecture/README.md). This branch give the reference architecture (best practice) of running spring web application in Azure Spring Apps. +## Branch description + +| Branch | Description | +|------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [quickstart](https://github.com/Azure-Samples/ASA-Samples-Web-Application/blob/quickstart/README.md) | Teach you to run [spring web application](https://spring.io/web-applications) in [Azure Spring Apps](https://learn.microsoft.com/en-us/azure/spring-apps/overview) (ASA) in a short time. | +| [reference-architecture](https://github.com/Azure-Samples/ASA-Samples-Web-Application/blob/reference-architecture/README.md) | Give the reference architecture (best practice) of running spring web application in Azure Spring Apps. | + ## Prerequisites From c391d5a9daaeb2052c03beb813281847f6674af0 Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Fri, 3 Mar 2023 09:51:14 +0800 Subject: [PATCH 2/2] Fix error about "Run sample project". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76d7e16..69cdd16 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ 2. Run sample project. ```shell - ./mvnw spring-boot:run -f web/pom.xml + java -jar web/target/simple-todo-web-0.0.1-SNAPSHOT.jar ``` 3. Access `http://localhost:8080` by browser, you will see a page like this: