2016-11-16 09:08:24 -05:00
=========
## Java Bean Validation Examples
###The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant Articles:
- [Java Bean Validation Basics ](http://www.baeldung.com/javax-validation )
2017-10-23 02:08:28 -04:00
- [Validating Container Elements with Bean Validation 2.0 ](http://www.baeldung.com/bean-validation-container-elements )
2018-04-11 01:33:18 -04:00
- [Method Constraints with Bean Validation 2.0 ](http://www.baeldung.com/javax-validation-method-constraints )
2018-10-14 23:19:23 -04:00
- [Difference Between @NotNull, @NotEmpty, and @NotBlank Constraints in Bean Validation ](https://www.baeldung.com/java-bean-validation-not-null-empty-blank )