Skip to content

A Demo Github Action repo to deploy Sample Spring boot hello world application

License

Notifications You must be signed in to change notification settings

web-codegrammer/Github-Actions-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • To run this as a docker application (assumption docker is installed on your machine)
docker pull gazgeek/springboot-helloworld
docker container run -p 8080:8080 -d gazgeek/springboot-helloworld

Go to Browser and type http://localhost:8080/ or do curl http://localhost:8080/ on command prompt.

Project is Licensed Under the

MIT License

Issued to Devanshu Vashishtha | Copyright ©️ 2022-2023 web-codegrammer

Releases

No releases published

Packages

No packages published

Languages