trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

`@Valid` annotation should be used on the parameter in `src/main/java/org/trebol/operation/controllers/DataSalespeopleController.java` #221

Closed mepox closed 1 year ago

mepox commented 1 year ago

Add @Valid annotation before the @RequestBody of the update method of the class.