Pārlūkot izejas kodu

update 优化 system 模块 导入加密包

疯狂的狮子Li 1 gadu atpakaļ
vecāks
revīzija
eb22895abd
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      ruoyi-modules/ruoyi-system/pom.xml

+ 6 - 0
ruoyi-modules/ruoyi-system/pom.xml

@@ -84,6 +84,12 @@
             <groupId>org.dromara</groupId>
             <artifactId>ruoyi-common-sensitive</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.dromara</groupId>
+            <artifactId>ruoyi-common-encrypt</artifactId>
+        </dependency>
+
     </dependencies>
 
 </project>