From a50df9343928acb7954e4b25fb836b3efd3edb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Tue, 16 May 2023 16:07:20 +0800 Subject: [PATCH] =?UTF-8?q?docs=EF=BC=9A=E8=B0=83=E6=95=B4=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08073c4..81b91c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## 1.0.1 + +### 调整 +fastjson增加配置 **DisableCircularReferenceDetect**,禁用相同的对象写成引用的形式。 + + +## 1.0.0 + +### 升级 + +> 1,hutool依赖升级:5.8.11 -> 5.8.16 +> 2,fastjson依赖升级:1.2.78 -> 1.2.83 +> 3,mybatis-plus依赖升级:3.5.1 -> 3.5.3 + +### 调整 + +> 1,**TieshengWebConfigurer** 增加 **configSystemCheck** 方法,可根据情况校验系统配置参数。 + +从该版本开始,仓库地址改为: + +``` pom + + + kepai-repo + http://git.kepai365.com/tiesheng/repository/raw/master + + +``` + ## 0.9.3 > 1,增加版本对比器,防止某些情况下版本对比失效;