feat(security/crypto): 新增安全模块-加密,支持 MyBatis ORM 框架字段加密

This commit is contained in:
2024-02-08 23:13:01 +08:00
parent ea71cf573b
commit 5ccdd9e5da
16 changed files with 731 additions and 2 deletions

View File

@@ -52,12 +52,17 @@ public class PropertiesConstants {
/**
* 安全配置
*/
public static final String SECURITY = CONTINEW_STARTER + ".security";
public static final String SECURITY = CONTINEW_STARTER + StringConstants.DOT + "security";
/**
* 密码编解码配置
*/
public static final String PASSWORD = SECURITY + ".password";
public static final String PASSWORD = SECURITY + StringConstants.DOT + "password";
/**
* 加/解密配置
*/
public static final String CRYPTO = SECURITY + StringConstants.DOT + "crypto";
/**
* Web 配置