web-budget / back-end

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

Update all validation messages #66

Open arthurgregorio opened 2 months ago

arthurgregorio commented 2 months ago

We should implement a new message structure to handle the bean validation:

Today we use something like this: [domain-object-name].errors.[message] To be better, we could do like this: [domain-object-name].[field-with-validation-error].[message]