GitHub - bobypt/docker-spring-boot: Simple spring boot docker app

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

1 fork

Releases

No releases published