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 + + +