From e84c68e2368577b528e4d6a93ec9beebd4ea4831 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Wed, 21 Jun 2017 15:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20hsweb-boost-validator-grou?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hsweb-boost-validator-group/pom.xml | 21 +++++++++++++++++++ .../web/validator/group/CreateGroup.java | 9 ++++++++ .../web/validator/group/UpdateGroup.java | 9 ++++++++ hsweb-boost/hsweb-boost-validator/pom.xml | 1 + 4 files changed, 40 insertions(+) create mode 100644 hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/pom.xml create mode 100644 hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/CreateGroup.java create mode 100644 hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/UpdateGroup.java diff --git a/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/pom.xml b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/pom.xml new file mode 100644 index 000000000..db9649a6f --- /dev/null +++ b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/pom.xml @@ -0,0 +1,21 @@ + + + + hsweb-boost-validator + org.hswebframework.web + 3.0-SNAPSHOT + + 4.0.0 + + hsweb-boost-validator-group + + + + + org.hibernate + hibernate-validator + + + \ No newline at end of file diff --git a/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/CreateGroup.java b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/CreateGroup.java new file mode 100644 index 000000000..e2db9db6d --- /dev/null +++ b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/CreateGroup.java @@ -0,0 +1,9 @@ +package org.hswebframework.web.validator.group; + +/** + * TODO 完成注释 + * + * @author zhouhao + */ +public interface CreateGroup { +} diff --git a/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/UpdateGroup.java b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/UpdateGroup.java new file mode 100644 index 000000000..147a9da8b --- /dev/null +++ b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/UpdateGroup.java @@ -0,0 +1,9 @@ +package org.hswebframework.web.validator.group; + +/** + * TODO 完成注释 + * + * @author zhouhao + */ +public interface UpdateGroup { +} diff --git a/hsweb-boost/hsweb-boost-validator/pom.xml b/hsweb-boost/hsweb-boost-validator/pom.xml index 447c09366..c2a8d9483 100644 --- a/hsweb-boost/hsweb-boost-validator/pom.xml +++ b/hsweb-boost/hsweb-boost-validator/pom.xml @@ -31,6 +31,7 @@ pom hsweb-boost-validator-api + hsweb-boost-validator-group