From 0dad83ad48c1a1ca81f367f1e096028111ddfa78 Mon Sep 17 00:00:00 2001 From: JeffLi1993 Date: Tue, 14 Mar 2017 11:53:58 +0800 Subject: [PATCH] =?UTF-8?q?Spring=20Boot=20HTTP=20over=20JSON=20=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81=E5=BC=82=E5=B8=B8=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springboot-validation-over-json/pom.xml | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 springboot-validation-over-json/pom.xml diff --git a/springboot-validation-over-json/pom.xml b/springboot-validation-over-json/pom.xml new file mode 100755 index 0000000..a39b50b --- /dev/null +++ b/springboot-validation-over-json/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + + springboot + springboot-validation-over-json + 0.0.1-SNAPSHOT + springboot-validation-over-json :: Validation with http over json Demo + + + + org.springframework.boot + spring-boot-starter-parent + 1.5.1.RELEASE + + + + + + org.springframework.boot + spring-boot-starter-web + + + + + junit + junit + 4.12 + + +