Sample Java SpringBoot web app used to demo CI/CD using Azure DevOps and deploying to Azure App Service.
[ ]
(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.
Create a new pipeline by clicking on the "Pipelines" tab in the left-hand navigation menu and selecting "Create Pipeline".
Select the appropriate template for build process. For Java applications using Maven, select the "Maven" template.
Configure pipeline by specifying the build and deployment tasks for application.
Save and run pipeline: Once completed all of the necessary configuration, save pipeline and run it to verify that it works as expected.
Set up your build triggers by specifying when the build should be triggered .
Set up continuous deployment (CD): To enable continuous deployment, configure your pipeline to deploy changes to your target environment