移除 jasypt-spring-boot-starter 依赖,使用 hutool AES 替代

This commit is contained in:
YunaiV
2022-11-12 09:15:02 +08:00
parent 3fbb0b4c54
commit ce3aefadd7
8 changed files with 32 additions and 50 deletions

View File

@ -56,6 +56,8 @@ mybatis-plus:
logic-delete-value: 1 # 逻辑已删除值(默认为 1)
logic-not-delete-value: 0 # 逻辑未删除值(默认为 0)
type-aliases-package: ${yudao.info.base-package}.module.*.dal.dataobject
encryptor:
password: XDV71a+xqStEA3WH # 加解密的秘钥,可使用 https://www.imaegoo.com/2020/aes-key-generator/ 网站生成
--- #################### 验证码相关配置 ####################