forked from plusone/plusone-validator
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`。
This commit is contained in:
@@ -11,5 +11,5 @@ charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.xml]
|
||||
[*.{xml,yaml,yml}]
|
||||
indent_size = 2
|
||||
|
Reference in New Issue
Block a user