Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MyAWSStudy/docker-spring-boot

 
 

Repository files navigation

Docker Spring boot

Simple demo spring boot app. Please read more information here.

Build image

./gradlew build docker

Run the app

docker run -p 8080:8080 -t org.bpt/demo

Test the app

Test endpoint - curl localhost:8080/greet

Health end point - curl localhost:8080/actuator/health

About

Simple spring boot docker app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.8%
  • Dockerfile 14.2%