Proyect Service REST to access to product prices using a set of rules.
Access to h2 and swagger
http://localhost:8080/swagger-ui.html#/
http://localhost:8080/h2-console
Date example format
2020-06-14T10:00:00.000Z
In order create an usable and documented REST API
In order to database changes and initialization.
In order to convert entities in data transfer object improving performance
In order to caching in service layer.
In order unit test.
In order to Integration test.
In order to avoid to implement getter and setter equals toString and so on...
In order to using JPA create queries in a easier way.