add 新增 数据加解密模块 ruoyi-common-encrypt

This commit is contained in:
疯狂的狮子li
2023-02-05 14:41:54 +08:00
parent e039986248
commit 0711d75c66
22 changed files with 998 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
<easy-es.version>1.1.1</easy-es.version>
<elasticsearch.version>7.14.0</elasticsearch.version>
<skywalking-toolkit.version>8.13.0</skywalking-toolkit.version>
<bouncycastle.version>1.72</bouncycastle.version>
<!-- 临时修复 snakeyaml 漏洞 -->
<snakeyaml.version>1.33</snakeyaml.version>
@@ -268,6 +269,13 @@
<version>${xxl-job.version}</version>
</dependency>
<!-- 加密包引入 -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<!-- logstash -->
<dependency>
<groupId>net.logstash.logback</groupId>