brunodrugowick / simplest-api

This is the simplest API I can build with my current knowledge (March 2019) using Java over Spring Framework.
0 stars 0 forks source link

Adding Lombok and simplifying the operation. #1

Closed brunodrugowick closed 5 years ago

brunodrugowick commented 5 years ago

Adds Lombok to configure a Response object without much code (although I still had to build the constructors I wanted) and also simplifies the API to hava a unique endpoint.