Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.05 KB

File metadata and controls

41 lines (29 loc) · 1.05 KB
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:

  1. 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
    
  2. Use the following command to move to the project folder:

    cd gs-spring-boot-for-azure/complete
    
  3. Use the following Maven command to build the project:

    ./mvnw clean package
    
  4. Run the sample project locally by using the following command:

    ./mvnw spring-boot:run