Skip to content

danielsiwiec/dropwizard-hateoas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To run: gradle run

The application comes with a couple of test records, so you can start off with a GET:

GET: http://localhost:8080/person

To add more records:

POST: http://localhost:8080/person

{
  "firstName": "Ann",
  "lastName": "Becker",
  "contactInfo": {
    "address": "123 Broadway",
    "email": "ann@example.com"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published