add 新增 数据加解密模块 ruoyi-common-encrypt

This commit is contained in:
疯狂的狮子li
2023-02-05 14:41:54 +08:00
parent e039986248
commit 0711d75c66
22 changed files with 998 additions and 0 deletions

View File

@@ -230,6 +230,20 @@ mybatis-plus:
updateStrategy: NOT_NULL
where-strategy: NOT_NULL
# 数据加密
mybatis-encryptor:
# 是否开启加密
enable: false
# 默认加密算法
algorithm: BASE64
# 编码方式 BASE64/HEX。默认BASE64
encode: BASE64
# 安全秘钥 对称算法的秘钥 如AESSM4
password:
# 公私钥 非对称算法的公私钥 如SM2RSA
publicKey:
privateKey:
# swagger配置
swagger:
info: