Kaynağa Gözat

添加jasypt依赖

shengyang000 5 yıl önce
ebeveyn
işleme
84972ecc93
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -61,6 +61,12 @@
61 61
             <artifactId>fastjson</artifactId>
62 62
             <version>1.2.37</version>
63 63
         </dependency>
64
+
65
+        <dependency>
66
+            <groupId>com.github.ulisesbocchio</groupId>
67
+            <artifactId>jasypt-spring-boot-starter</artifactId>
68
+            <version>2.1.2</version>
69
+        </dependency>
64 70
     </dependencies>
65 71
     <!--子项目要引入依赖(填写groupId,artifactId)才可以用-->
66 72
     <dependencyManagement>