Skip to content

Romeshdg/Rdg_Java-Springboot

Repository files navigation

Sample Java SpringBoot web app used to demo CI/CD using Azure DevOps and deploying to Azure App Service.

[Build status] (https://dev.azure.com/romeshdharamgudi/java-springboot/_build/results?buildId=39&view=results)

CI/CD pipelines on Azure DevOps: https://dev.azure.com/romeshdharamgudi/java-springboot

Create a new project in Azure DevOps and select the appropriate repository type.

Screenshot 2023-02-18 005913 Screenshot 2023-02-18 010107

Create a new pipeline by clicking on the "Pipelines" tab in the left-hand navigation menu and selecting "Create Pipeline".

image

image

Select the appropriate template for build process. For Java applications using Maven, select the "Maven" template.

image

Configure pipeline by specifying the build and deployment tasks for application.

Screenshot 2023-02-18 013202

Save and run pipeline: Once completed all of the necessary configuration, save pipeline and run it to verify that it works as expected.

Screenshot 2023-02-18 010220

Screenshot 2023-02-18 010143

Set up your build triggers by specifying when the build should be triggered .

image

Set up continuous deployment (CD): To enable continuous deployment, configure your pipeline to deploy changes to your target environment

image

Screenshot 2023-02-18 010257

Screenshot 2023-02-18 013415

image

image

Releases

No releases published

Packages

No packages published