leban-issa / waitlist

0 stars 0 forks source link

Validate User Input using Javax.validate #8

Closed zmhassan closed 3 years ago

zmhassan commented 3 years ago

Using Javax.validate you need to validate that users follow your api contract and validate what the required fields should be.

https://www.baeldung.com/javax-validation

zmhassan commented 3 years ago

Write some tests to confirm if input validation works: https://www.baeldung.com/spring-boot-bean-validation

zmhassan commented 3 years ago

@leban-issa completed the work