feat(security/mask): 新增安全模块-脱敏,支持 JSON 数据脱敏

This commit is contained in:
2024-02-07 17:38:31 +08:00
parent 00798bdb4c
commit 7b795194d3
7 changed files with 404 additions and 0 deletions

View File

@@ -104,6 +104,11 @@ public class StringConstants {
*/
public static final char C_AT = CharPool.AT;
/**
* 字符常量:星号 {@code '*'}
*/
public static final char C_ASTERISK = '*';
/**
* 字符串常量:制表符 {@code "\t"}
*/