Browse Source

密码加密

dengsixing 1 year ago
parent
commit
028b969659
1 changed files with 6 additions and 0 deletions
  1. 6 0
      xxl-job-admin/pom.xml

+ 6 - 0
xxl-job-admin/pom.xml

@@ -106,6 +106,12 @@
 <!--			<version></version>-->
 		</dependency>
 
+		<dependency>
+			<groupId>com.github.ulisesbocchio</groupId>
+			<artifactId>jasypt-spring-boot-starter</artifactId>
+			<version>3.0.5</version>
+		</dependency>
+
 	</dependencies>
 
 	<build>