ZhouXY108 818c8fb26f refactor: 修改项目结构,创建 plusone-validator-parent,将 plusone-validator 作为其 module
创建 `plusone-validator-parent`,将 `plusone-validator` 作为其 module,
方便后续在 `plusone-validator-parent` 下创建测试等相关子模块。

删除 `commons-lang3`,用 `plusone-commons` 的 `StringTools` 替代 `commons-lang3` 的 `StringUtils`。

补充测试依赖 `junit-jupiter-engine`。
2025-05-08 23:25:48 +08:00
2023-04-03 23:41:51 +08:00
2023-01-04 14:56:36 +08:00
Description
Plusone Validator 是一个校验库,用于构建校验规则对对象(尤其是入参)进行校验。API 参考自 .NET 的 FluentValidation。
237 KiB
Languages
Java 100%