Skip to content

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

Notifications You must be signed in to change notification settings

Ajsalemo/java-jar-cicd-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-jar-cicd-examples

Various examples using Maven and Gradle with CI/CD, for jar 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published