mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
配合前端使用jsencrypt实现接口参数加密功能, 可在application.yml中全局开启, 也可通过自定义注解@ApiDecrypt对单独接口开启.
This commit is contained in:
parent
1b1b11250d
commit
0b8de3e824
@ -173,7 +173,7 @@ mybatis-encryptor:
|
||||
|
||||
# api接口加密
|
||||
api-decrypt:
|
||||
# 是否开启加密
|
||||
# 是否开启全局接口加密
|
||||
enable: false
|
||||
# AES 加密头标识
|
||||
headerFlag: AES
|
||||
|
||||
Loading…
Reference in New Issue
Block a user