| author | karlerickson |
|---|---|
| ms.author | v-shilichen |
| ms.service | azure-spring-apps |
| ms.topic | include |
| ms.date | 08/19/2025 |
| ms.update-cycle | 1095-days |
Use the following steps to prepare the project:
-
Use the following command to clone the Spring Boot sample project for Azure from GitHub.
git clone https://github.com/spring-guides/gs-spring-boot-for-azure.git -
Use the following command to move to the project folder:
cd gs-spring-boot-for-azure/complete -
Use the following Maven command to build the project:
./mvnw clean package -
Run the sample project locally by using the following command:
./mvnw spring-boot:run