Dropwizard Example Application run at Raspberry PI
865
The Dropwizard example application was developed to, as its name implies, provide examples of some of the features present in Dropwizard.
To hit the Hello World example (hit refresh a few times).
To post data into the application.
curl -H "Content-Type: application/json" -X POST -d '{"fullName":"Other Person","jobTitle":"Other Title"}' http://localhost:8080/people
Content type
Image
Digest
Size
83.3 MB
Last updated
almost 8 years ago
docker pull mtudocker/myapp