Various examples using Maven and Gradle with CI/CD, for jar based deployments
Steps to run locally:
- Clone this repository
- For Maven based examples, run
./mvnw spring-boot:run. For Gradle examples, run./gradlew bootRun. - For deployment, use and change the
.ymlunder the.github/<appname>.ymlfolder to target your application being deployed to. Ensure to update the Publish Profile credentials.