There are 2 branches about this repository:
- quickstart. This branch is used to teach you to run spring web application in Azure Spring Apps (ASA) in a short time.
- reference-architecture. This branch give the reference architecture (best practice) of running spring web application in Azure Spring Apps.
- Java 17 or later
-
Build sample project.
./mvnw clean package -DskipTests
-
Run sample project.
./mvnw spring-boot:run -f web/pom.xml
-
Access
http://localhost:8080
by browser, you will see a page like this:
Please refer to Quickstart: Launch your first web app (todo: Update the link when the article is ready.) to get more information about running the app in Azure Spring Apps.