This is a maven project.
Libraries used are:
Project Lombok
for writing less boilerplate code,Jackson
for JSON support andHTTPSERVER
for building embedded HTTP servers.
Building and running the project starts a server at localhost:8000
.
From there you can GET
requests that come from a locally hosted json
file.
You can also POST
data in json format.
Clean & Build the Project and give it a go!