diff --git a/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-api/README.md b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-api/README.md new file mode 100644 index 000000000..49f7bcdc1 --- /dev/null +++ b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-api/README.md @@ -0,0 +1 @@ +# 验证器增强。提供重复数据验证等api \ No newline at end of file diff --git a/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-api/pom.xml b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-api/pom.xml new file mode 100644 index 000000000..a3ad210bd --- /dev/null +++ b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-api/pom.xml @@ -0,0 +1,39 @@ + + + + + + hsweb-boost-validator + org.hswebframework.web + 3.0-SNAPSHOT + + 4.0.0 + + hsweb-boost-validator-api + + + + org.hswebframework.web + hsweb-boost-aop + ${project.version} + + + \ No newline at end of file diff --git a/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-api/src/main/java/org/hswebframework/web/boost/validator/annotation/RequiresDuplicate.java b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-api/src/main/java/org/hswebframework/web/boost/validator/annotation/RequiresDuplicate.java index 243a0c449..50bd34f35 100644 --- a/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-api/src/main/java/org/hswebframework/web/boost/validator/annotation/RequiresDuplicate.java +++ b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-api/src/main/java/org/hswebframework/web/boost/validator/annotation/RequiresDuplicate.java @@ -19,7 +19,6 @@ package org.hswebframework.web.boost.validator.annotation; -import org.hswebframework.web.boost.aop.context.RecordAopContext; import java.lang.annotation.*; @@ -31,7 +30,6 @@ import java.lang.annotation.*; @Target({ElementType.TYPE, ElementType.METHOD, ElementType.ANNOTATION_TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented -@RecordAopContext public @interface RequiresDuplicate { /** diff --git a/hsweb-boost/hsweb-boost-validator/pom.xml b/hsweb-boost/hsweb-boost-validator/pom.xml new file mode 100644 index 000000000..447c09366 --- /dev/null +++ b/hsweb-boost/hsweb-boost-validator/pom.xml @@ -0,0 +1,37 @@ + + + + + + hsweb-boost + org.hswebframework.web + 3.0-SNAPSHOT + + 4.0.0 + + hsweb-boost-validator + pom + + hsweb-boost-validator-api + + + + \ No newline at end of file