Generic JavaBeans Validation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:
=Playground Example=
=Playground Example=


{{External|https://github.com/ovidiuf/playground/tree/master/spring/generic-validation GitHub Generic JavaBeans Validation Example]}}
{{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

GitHub Generic JavaBeans Validation Example