enhance dfa

This commit is contained in:
Looly 2019-09-05 08:31:41 +08:00
parent b988996874
commit e8964cb708

View File

@ -13,6 +13,7 @@
* 【http】 去除log模块依赖Cookie中去除日志提示body方法传入JSON对象废弃未来移除json模块依赖
* 【extra】 添加MyNLP支持issue#519@Github
* 【json】 添加自定义序列化反序列化支持issue#I1052A@Gitee
* 【dfa】 优化特殊字符构建优化查找改为使用StrBuilder
### Bug修复
* 【core】 修复NetUtil.getUsableLocalPort问题pr#69@Gitee