Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 665 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 665 Bytes

Spring Boot Hello World

A spring boot enabled hello world application

Build Status

Coverage Status

  • Travis CI build and test
  • Continuous deployment to Heroku on success

Usage

  • Directly using maven
mvn spring-boot:run
  • From within your IDE right click run
Application.java
  • From executable jar file
mvn clean install
java -jar target/helloworld-0.0.1-SNAPSHOT.jar