优化TokenizerEngine使用IK分词器支持并发

This commit is contained in:
Looly
2023-12-14 17:44:57 +08:00
parent 90772da8d9
commit 9bb370c476
2 changed files with 5 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.24(2023-12-13)
# 5.8.24(2023-12-14)
### 🐣新特性
* 【cache 】 Cache增加get重载可自定义超时时间issue#I8G0DL@Gitee
@@ -12,6 +12,7 @@
* 【extra 】 SpringUtil增加getProperty重载pr#1122@Gitee
* 【core 】 FileTypeUtil增加null判断issue#3419@Github
* 【core 】 DateUtil.parse支持毫秒时间戳issue#I8NMP7@Gitee
* 【extra 】 优化TokenizerEngine使用IK分词器支持并发pr#3427@Github
### 🐞Bug修复
* 【core 】 修复LocalDateTime#parseDate未判断空问题问题issue#I8FN7F@Gitee