修复CharSequenceUtil注释和引用,避免循环引用

This commit is contained in:
Looly
2023-11-29 10:41:00 +08:00
parent 41e4b3ffb0
commit 824460e5c5
2 changed files with 263 additions and 268 deletions

View File

@@ -8,6 +8,7 @@
* 【cache 】 Cache增加get重载可自定义超时时间issue#I8G0DL@Gitee
* 【cache 】 JWT#sign增加重载可选是否增加默认的typ参数issue#3386@Github
* 【db 】 增加识别OpenGauss的驱动类issue#I8K6C0@Gitee
* 【core 】 修复CharSequenceUtil注释和引用避免循环引用
### 🐞Bug修复
* 【core 】 修复LocalDateTime#parseDate未判断空问题问题issue#I8FN7F@Gitee