Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 453 Bytes

File metadata and controls

7 lines (6 loc) · 453 Bytes

java-jar-devops-examples

Various examples using Maven and Gradle with CI/CD, for both jar and war based deployments

Steps to run locally:

  1. Clone this repository
  2. For Maven based examples, run ./mvnw spring-boot:run. For Gradle examples, run ./gradlew bootRun.
  3. For deployment, use and change the .yml under the .github/<appname>.yml folder to target your application being deployed to. Ensure to update the Publish Profile credentials.