配合前端使用jsencrypt实现接口参数加密功能, 可在application.yml中全局开启, 也可通过自定义注解@ApiDecrypt对单独接口开启.

This commit is contained in:
wdhcr 2023-06-21 22:59:43 +08:00
parent 1b1b11250d
commit 0b8de3e824

View File

@ -173,7 +173,7 @@ mybatis-encryptor:
# api接口加密
api-decrypt:
# 是否开启加密
# 是否开启全局接口加密
enable: false
# AES 加密头标识
headerFlag: AES