add createXXXScript

This commit is contained in:
Looly
2020-04-01 15:46:58 +08:00
parent 4a4cdd3744
commit c7ce3719e8
3 changed files with 81 additions and 27 deletions

View File

@@ -11,6 +11,7 @@
* 【core 】 TableMap增加getKeys和getValues方法
* 【json 】 JSONObject和JSONArray增加set方法标识put弃用
* 【http 】 增加SimpleHttpServer
* 【script 】 增加createXXXScript区别单例
### Bug修复
* 【extra 】 修复SpringUtil使用devtools重启报错问题