From 3ed183ee6e9e2da88be6259ebe6c7735d50f9e9d Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Wed, 16 Nov 2016 15:08:24 +0100 Subject: [PATCH] Add missing README.md --- javaxval/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 javaxval/README.md diff --git a/javaxval/README.md b/javaxval/README.md new file mode 100644 index 0000000000..b5001789f1 --- /dev/null +++ b/javaxval/README.md @@ -0,0 +1,9 @@ +========= + +## 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)