Skip to content

polybean/hello-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the application image

./build-image.sh

Start the stack locally

docker-compose up -d

Testing using cURL

curl -i http://localhost:8081/hello
curl -i http://localhost:8081/greetings

curl -i -X POST \
  -H "Content-type: application/json" \
  -d '{"message":"Hola"}' \
  http://localhost:8081/greetings

Push image to Docker Hub

docker login
docker push polybean/hello-spring

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors