Generic JavaBeans Validation: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Playground Example= | =Playground Example= | ||
{{External| | {{External|https://github.com/ovidiuf/playground/tree/master/spring/generic-validation GitHub Generic JavaBeans Validation Example]}} |
Revision as of 01:09, 16 October 2018
Internal
Overview
This example depends on Spring Boot only because we use Spring Boot's machinery to pull starter dependencies, and get our runtime running.
Playground Example
- https://github.com/ovidiuf/playground/tree/master/spring/generic-validation GitHub Generic JavaBeans Validation Example]