Преглед на файлове

增加配置文件加解密jar

dengsixing преди 1 година
родител
ревизия
2d1e7b2d4b
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -158,6 +158,12 @@
             <version>1.0.5</version>
         </dependency>
 
+        <dependency>
+            <groupId>com.github.ulisesbocchio</groupId>
+            <artifactId>jasypt-spring-boot-starter</artifactId>
+            <version>3.0.5</version>
+        </dependency>
+
     </dependencies>
 
     <dependencyManagement>