add method

This commit is contained in:
Looly
2021-01-29 10:14:07 +08:00
parent e71cc5bc32
commit bf0466ef76
4 changed files with 89 additions and 10 deletions

View File

@@ -21,6 +21,8 @@
* 【http 】 HttpServerRequest增加getParam方法
* 【http 】 RootAction增加可选name参数返回指定文件名称
* 【db 】 支持人大金仓8的驱动识别
* 【db 】 ThreadUtil增加createScheduledExecutor和schedule方法issue#I2NUTC@Gitee
* 【core 】 ImgUtil增加getImage方法issue#I2DU1Z@Gitee
### Bug修复
* 【core 】 修复FileUtil.move以及PathUtil.copy等无法自动创建父目录的问题issue#I2CKTI@Gitee