Skip to content

For an introductory tutorial on how to use Jenkins to build a simple Java application with Maven.

Notifications You must be signed in to change notification settings

molnare/simple-java-maven-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Hello World Spring Boot App

A Hello World Spring Boot app.

Master branch status
Build Status Quality Gate Status

How to run:

mvn clean install
docker build . -t hello-world-spring
docker run -d -p 8081:8080 hello-world-spring

About

For an introductory tutorial on how to use Jenkins to build a simple Java application with Maven.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.9%
  • Dockerfile 8.8%
  • Shell 1.3%