add methods

This commit is contained in:
Looly
2020-03-30 19:36:19 +08:00
parent 2783f17472
commit 174d80e865
5 changed files with 104 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
### 新特性
* 【extra 】 JschUtil增加execByShell方法(issue#I1CYES@Gitee)
* 【core 】 StrUtil增加subBetweenAll方法Console增加where和lineNumber方法(issue#812@Github)
* 【core 】 TableMap增加getKeys和getValues方法
### Bug修复
* 【extra 】 修复SpringUtil使用devtools重启报错问题