配合前端使用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

@ -33,6 +33,7 @@
<module>ruoyi-common-encrypt</module>
<module>ruoyi-common-tenant</module>
<module>ruoyi-common-websocket</module>
<module>ruoyi-common-cryptapi</module>
</modules>
<artifactId>ruoyi-common</artifactId>