add method

This commit is contained in:
Looly
2022-02-22 22:56:00 +08:00
parent 4e3f2153c5
commit 74d9f0e586
3 changed files with 37 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
* 【core 】 使多个xxxBuilder实现Builder接口扩展CheckedUtilpr#545@Gitee
* 【core 】 CheckedUtil删除第二个参数为RuntimeException的方法
* 【core 】 FileUtil增加getTotalLines方法
* 【db 】 MetaUtil增加getTableMeta重载issue#2157@Github
### 🐞Bug修复
* 【cache 】 修复ReentrantCache.toString方法线程不安全问题issue#2140@Github