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

Megalodon25/java-jar-devops-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

Languages

  • Java 78.5%
  • Kotlin 21.5%