web-budget / back-end

Back-end application for webBudget
Apache License 2.0
6 stars 4 forks source link

Remove use of converter service from spring #23

Closed arthurgregorio closed 1 year ago

arthurgregorio commented 1 year ago

Today we are using converter service from spring to convert DTO to model and vice-versa, the thing is: testing it is a bit hard and we don't need it now.

Remove the use of converter service and make use of pure interfaces with mapstruct to map between DTO and model.