Skip to content

ex34toway/jenkins-docker-maven-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Hello World

A spring boot enabled hello world application

Usage

  • Directly using maven

    mvn spring-boot:run

  • Using executable jar file

    mvn clean package java -jar target/helloworld-1.0-SNAPSHOT.jar

Dockerfile

Dockerfile will build self-running container after a maven install is run

CI/CD build via Jenkinsfile

  1. run mvn package - builds, tests and packages
  2. run docker build for the releasable docker container
  3. push docker container to Nexus
  4. create Beanstalk env
  5. deploy docker container into Beanstalk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%