fix code and add sh

This commit is contained in:
Looly
2020-03-31 11:06:39 +08:00
parent 174d80e865
commit ccccbf67aa
8 changed files with 101 additions and 90 deletions

View File

@@ -3,12 +3,13 @@
-------------------------------------------------------------------------------------------------------------
## 5.2.6 (2020-03-26)
## 5.2.6 (2020-04-01)
### 新特性
* 【extra 】 JschUtil增加execByShell方法(issue#I1CYES@Gitee)
* 【core 】 StrUtil增加subBetweenAll方法Console增加where和lineNumber方法(issue#812@Github)
* 【core 】 TableMap增加getKeys和getValues方法
* 【json 】 JSONObject和JSONArray增加set方法标识put弃用
### Bug修复
* 【extra 】 修复SpringUtil使用devtools重启报错问题