perf;优化log日志

This commit is contained in:
曾文豪
2023-02-28 11:35:33 +08:00
parent 07136a6679
commit 9f62986a1e

View File

@@ -1,3 +1,8 @@
## 0.7.4
### 新增
> 现在操作日志默认收集不包括GET请求使用方法名称和接口作为参数存储。如果存在OperationLog注解则使用注解的内容。
## 0.7.3
### 增加
@@ -5,7 +10,7 @@
> 1TsTokenConfig增加新的属性**ignorePaths**用于通过路径忽略token
> 2PasswordUtils增加密码复杂度校验方法
> 3PasswordUtils.verifyPassword增加登录次数限制10分钟内不能错误6次
>
>
### 调整