|
|
6dc6498e6c
|
generate方法增加无序号参数withOutSeq;基础配置中可以配置年、月不足2位时是否补零
|
2022-07-09 09:35:59 +08:00 |
|
yhl452493373
|
4cbf9d72d3
|
增加lock(Sequences sequences, boolean ignoreSeq)、release(Sequences sequences, boolean ignoreSeq)方法
|
2022-02-21 16:03:41 +08:00 |
|
yhl452493373
|
f039ed30c9
|
增加releaseBefore、releaseAfter、clearBefore、clearAfter方法
|
2022-02-21 10:26:29 +08:00 |
|
yhl452493373
|
464b99a09b
|
调整创建表时key、type、seq的长度,分别为64,64,20,避免出现“Specified key was too long; max key length is 767 bytes”问题
|
2022-02-16 17:36:50 +08:00 |
|
yhl452493373
|
011e37c1a3
|
1、增加 clear()和clear(begin,end)方法,用于在某些情况下清理unlock和unused表,避免他们越来越大
|
2022-02-15 09:47:37 +08:00 |
|
yhl452493373
|
a4e5017b60
|
升级junit
|
2022-02-14 17:20:23 +08:00 |
|
yhl452493373
|
19fb15bd03
|
1、Generator中占位符部分转到FormatPlaceholder枚举中,规范其代码
2、SequencesGenerator中,基础配置转到BaseConfig,该类为单例,便于其他地方调用
3、Generator中,format方法重构,增加不需要minLength参数的方法,minLength参数从BaseConfig单例中或
4、Sequences中,format方法重构,增加不需要minLength参数的方法,minLength参数从BaseConfig单例中或
|
2022-02-14 16:23:24 +08:00 |
|
yhl452493373
|
956e707399
|
增加默认序号类型
|
2022-02-11 14:45:36 +08:00 |
|
yhl452493373
|
6bfcb1fd51
|
事务管理器由new JdbcTransactionManager(datasource)改为new DataSourceTransactionManager(datasource),以支持spring4
|
2022-02-11 14:26:36 +08:00 |
|
yhl452493373
|
0fa5cc1e7e
|
增加 Sequences parse(String formatted, String pattern)方法,用于根据格式反解析格式化后的字符串为序列号对象
|
2022-02-11 13:57:12 +08:00 |
|
yhl452493373
|
81c9babb40
|
增加手动释放指定序号功能
|
2022-02-10 11:23:08 +08:00 |
|
杨黄林
|
e45e75c644
|
变更包名
|
2022-02-01 15:22:37 +08:00 |
|
杨黄林
|
fa44f4427d
|
初次提交
|
2022-02-01 11:45:53 +08:00 |
|