Skip to content

This is a sample SpringBoot application to be used for Technical Health Check

Notifications You must be signed in to change notification settings

jansouza/springboot-hc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot

This is a sample SpringBoot application to be used for Technical Health Check

Docker

To Build

docker build -t springboot-hc .

To run

docker run -dit --name springboot-app -p 8888:8080 springboot-hc

Check

docker ps

To Destroy

docker stop springboot-app docker rm springboot-app docker rmi springboot-hc

Author Information

Jan Souza

About

This is a sample SpringBoot application to be used for Technical Health Check

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published