1、Generator中占位符部分转到FormatPlaceholder枚举中,规范其代码

2、SequencesGenerator中,基础配置转到BaseConfig,该类为单例,便于其他地方调用
3、Generator中,format方法重构,增加不需要minLength参数的方法,minLength参数从BaseConfig单例中或
4、Sequences中,format方法重构,增加不需要minLength参数的方法,minLength参数从BaseConfig单例中或
This commit is contained in:
yhl452493373
2022-02-14 16:23:24 +08:00
parent 956e707399
commit 19fb15bd03
9 changed files with 454 additions and 133 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.yanghuanglin</groupId>
<artifactId>seq</artifactId>
<version>1.3.1</version>
<version>1.4.1</version>
<name>seq</name>
<description>seq</description>
<properties>