Falidation Flashcards
1
Q
When should you falidate data?
A
When taking user input (through a form)
Prior to storing in a db
When enforcing security
Business logic
2
Q
How to falidate?
A
Use spring boot starter falidation library
Annotate your classes’ attributes with @\/alid annotations