This commit is contained in:
2025-05-27 23:55:10 +08:00
parent e38be765a7
commit 245c2e962c
13 changed files with 210 additions and 171 deletions

View File

@@ -18,7 +18,7 @@
</modules>
<description>
Plusone Validator 是一个参数校验框架,可针对 DTO 创建对应的校验器,并复用该校验器实例,对 DTO 进行校验
Plusone Validator 是一个校验库用于构建校验规则对对象尤其是入参进行校验。API 参考自 .NET 的 FluentValidation
</description>
<properties>
@@ -27,6 +27,13 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.12.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>xyz.zhouxy.plusone</groupId>
<artifactId>plusone-dependencies</artifactId>