publish 1.0.6
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
### 新增
|
||||
|
||||
> 1,新增 **OperationIgnore** 注解,可以指定接口忽略操作日志的收集。
|
||||
> 2,**OperationLog** 增加 desensitize 属性,用来脱敏指定的字段。
|
||||
> 1,新增 **OperationIgnore** 注解,可以指定接口忽略操作日志的收集。
|
||||
> 2,**OperationLog** 增加 desensitize 属性,用来脱敏指定的字段。
|
||||
|
||||
## 1.0.2
|
||||
|
||||
|
||||
@@ -27,6 +27,6 @@ public @interface OperationLog {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
String[] desensitize();
|
||||
String[] desensitize() default {};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user