add SimpleHttpServer

This commit is contained in:
Looly
2020-04-01 08:29:33 +08:00
parent bb3b3dd4ae
commit 4a4cdd3744
5 changed files with 108 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
* 【core 】 StrUtil增加subBetweenAll方法Console增加where和lineNumber方法(issue#812@Github)
* 【core 】 TableMap增加getKeys和getValues方法
* 【json 】 JSONObject和JSONArray增加set方法标识put弃用
* 【http 】 增加SimpleHttpServer
### Bug修复
* 【extra 】 修复SpringUtil使用devtools重启报错问题