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 是一个校验库,使用 lambda 表达式(包括方法引用)和流式 API 构建校验规则,对对象进行校验。
Apache-2.0 533 KiB
Languages
Java 100%