2
0

style: 替换项目内所有ruoyi转为wfc

This commit is contained in:
TsMask
2024-11-26 17:34:02 +08:00
parent 77a28b06a3
commit fab448f836
300 changed files with 1211 additions and 1428 deletions

View File

@@ -17,7 +17,7 @@
<dependencies>
<!-- RuoYi Common Security -->
<!-- WFC Common Security -->
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-common-security</artifactId>

View File

@@ -12,7 +12,7 @@ import org.wfc.common.sensitive.enums.DesensitizedType;
/**
* 数据脱敏注解
*
* @author ruoyi
* @author wfc
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)

View File

@@ -16,7 +16,7 @@ import org.wfc.system.api.model.LoginUser;
/**
* 数据脱敏序列化过滤
*
* @author ruoyi
* @author wfc
*/
public class SensitiveJsonSerializer extends JsonSerializer<String> implements ContextualSerializer
{

View File

@@ -6,7 +6,7 @@ import org.wfc.common.sensitive.utils.DesensitizedUtil;
/**
* 脱敏类型
*
* @author ruoyi
* @author wfc
*/
public enum DesensitizedType
{

View File

@@ -5,7 +5,7 @@ import org.wfc.common.core.utils.StringUtils;
/**
* 脱敏工具类
*
* @author ruoyi
* @author wfc
*/
public class DesensitizedUtil
{