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