update 同步 ruoyi 新功能

This commit is contained in:
疯狂的狮子li
2022-08-25 13:30:57 +08:00
32 changed files with 429 additions and 222 deletions

View File

@@ -151,6 +151,14 @@ public class LogAspect {
return params.toString().trim();
}
/**
* 忽略敏感属性
*/
public PropertyPreExcludeFilter excludePropertyPreFilter()
{
return new PropertyPreExcludeFilter().addExcludes(EXCLUDE_PROPERTIES);
}
/**
* 判断是否需要过滤的对象。
*