Spring Boot web app exposing simple PersonController, which supports following scenarios:
- creating new person resource
- getting specific person by its id
- listing person resources filtered by name or surname.
The main goal was to present basic use cases of two libraries:
- specification-arg-resolver (used to filter person list)
- Spring HATEOAS (used to automatically build links to resources)
Application leverages H2 Database Engine so it is ready to download and play with.