23 Commits

Author SHA1 Message Date
yhl452493373
4cbf9d72d3 增加lock(Sequences sequences, boolean ignoreSeq)、release(Sequences sequences, boolean ignoreSeq)方法 1.7.2 2022-02-21 16:03:41 +08:00
yhl452493373
f039ed30c9 增加releaseBefore、releaseAfter、clearBefore、clearAfter方法 1.6.2 2022-02-21 10:26:29 +08:00
yhl452493373
f02fdf5a53 更新README 1.5.2 2022-02-16 17:38:36 +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
6a5a8111ee 变更测试使用的字段名 2022-02-16 10:47:57 +08:00
yhl452493373
1accb4b066 变更测试使用的字段名 2022-02-16 10:41:22 +08:00
yhl452493373
c865be0918 更新README 2022-02-15 13:37:54 +08:00
yhl452493373
011e37c1a3 1、增加 clear()和clear(begin,end)方法,用于在某些情况下清理unlock和unused表,避免他们越来越大 1.5.1 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单例中或
1.4.1
2022-02-14 16:23:24 +08:00
yhl452493373
956e707399 增加默认序号类型 1.3.1 2022-02-11 14:45:36 +08:00
yhl452493373
6bfcb1fd51 事务管理器由new JdbcTransactionManager(datasource)改为new DataSourceTransactionManager(datasource),以支持spring4 1.2.1 2022-02-11 14:26:36 +08:00
yhl452493373
f6750280d8 更新 README 1.2.0 2022-02-11 13:58:42 +08:00
yhl452493373
0fa5cc1e7e 增加 Sequences parse(String formatted, String pattern)方法,用于根据格式反解析格式化后的字符串为序列号对象 2022-02-11 13:57:12 +08:00
yhl452493373
54e2f9dffb 增加 String format(Sequences sequences, Integer minLength, String pattern)方法 2022-02-10 18:05:49 +08:00
yhl452493373
1a9a158126 update README 2022-02-10 11:28:52 +08:00
yhl452493373
81c9babb40 增加手动释放指定序号功能 1.1.0 2022-02-10 11:23:08 +08:00
杨黄林
c77088a7f5 更新 README.md 2022-02-01 15:36:38 +08:00
c6d828bf0f 更新 'README.md' 2022-02-01 07:31:38 +00:00
杨黄林
8046474df7 更新 README.md 2022-02-01 15:29:12 +08:00
杨黄林
e45e75c644 变更包名 2022-02-01 15:22:37 +08:00
杨黄林
fa44f4427d 初次提交 1.0.0 2022-02-01 11:45:53 +08:00
f062134ba3 Initial commit 2022-02-01 02:53:07 +00:00