From 9f62986a1ec0f515d760a6e6aba37e8ae1acad30 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, 28 Feb 2023 11:35:33 +0800 Subject: [PATCH] =?UTF-8?q?perf=EF=BC=9B=E4=BC=98=E5=8C=96log=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b4d44..0e3b998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.7.4 + +### 新增 +> 现在操作日志默认收集(不包括GET请求):使用方法名称和接口作为参数存储。如果存在OperationLog注解,则使用注解的内容。 + ## 0.7.3 ### 增加 @@ -5,7 +10,7 @@ > 1,TsTokenConfig增加新的属性**ignorePaths**,用于通过路径忽略token; > 2,PasswordUtils增加密码复杂度校验方法; > 3,PasswordUtils.verifyPassword增加登录次数限制:10分钟内不能错误6次; -> +> ### 调整