添加jasypt加密配置
Sync All Branches to GitHub / sync (push) Successful in 3s

This commit is contained in:
hanfuye
2026-01-17 15:06:32 +08:00
parent afcf469488
commit 1c6a5dc3be
6 changed files with 69 additions and 23 deletions
+6
View File
@@ -82,6 +82,12 @@
<groupId>com.aliyun</groupId>
<artifactId>dypnsapi20170525</artifactId>
</dependency>
<!-- jasypt 加密工具 -->
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
</dependency>
</dependencies>
<build>