Skip to content

YNedderhoff/dropwizard-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run with

java -jar target/dropwizard-hello-world-1.0-SNAPSHOT.jar server <path/to/hello-world.yml>

Calling http://localhost:8080/hello-world responds with something like

{
"id": 1,
"content": "Hello, Stranger!"
}

Calling http://localhost:8080/hello-world?name=Stan+the+man responds with something like

{
"id": 43,
"content": "Hello, Stan the man!"
}

For dropwizard metrics, call http://localhost:8081/

Releases

No releases published

Packages

No packages published

Languages