Skip to content

eye2web/personservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personservice

Requires Java17 to run

Run application

./gradlew bootRun

Test application

./gradlew test

Endpoints

Get a list of all persons who have a partner and three children with that partner and one of the children has an age below 18

As base64 encoded CSV

 GET http://localhost:8080/api/v1/persons/filtered/csv

As JSON

 GET http://localhost:8080/api/v1/persons/filtered

Get a list of all available persons. Sorting is optional

GET http://localhost:8080/api/v1/persons?sort=id&direction=desc
GET http://localhost:8080/api/v1/persons

About

personservice case

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages