浏览代码

添加jasypt依赖

shengyang000 5 年之前
父节点
当前提交
84972ecc93
共有 1 个文件被更改,包括 6 次插入0 次删除
  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>