style: 替换项目内所有ruoyi转为wfc
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- RuoYi Common Security -->
|
||||
<!-- WFC Common Security -->
|
||||
<dependency>
|
||||
<groupId>org.wfc</groupId>
|
||||
<artifactId>wfc-common-security</artifactId>
|
||||
|
||||
@@ -12,7 +12,7 @@ import org.wfc.common.sensitive.enums.DesensitizedType;
|
||||
/**
|
||||
* 数据脱敏注解
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.FIELD)
|
||||
|
||||
@@ -16,7 +16,7 @@ import org.wfc.system.api.model.LoginUser;
|
||||
/**
|
||||
* 数据脱敏序列化过滤
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class SensitiveJsonSerializer extends JsonSerializer<String> implements ContextualSerializer
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import org.wfc.common.sensitive.utils.DesensitizedUtil;
|
||||
/**
|
||||
* 脱敏类型
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public enum DesensitizedType
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ import org.wfc.common.core.utils.StringUtils;
|
||||
/**
|
||||
* 脱敏工具类
|
||||
*
|
||||
* @author ruoyi
|
||||
* @author wfc
|
||||
*/
|
||||
public class DesensitizedUtil
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user