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

This commit is contained in:
wdhcr
2023-06-21 22:57:32 +08:00
committed by 疯狂的狮子Li
parent ee8922729e
commit 10b5b0e82a
16 changed files with 524 additions and 0 deletions

View File

@ -171,6 +171,13 @@
<artifactId>ruoyi-common-websocket</artifactId>
<version>${revision}</version>
</dependency>
<!-- 接口请求参数加密模块 -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-cryptapi</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
</dependencyManagement>