添加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
+8
View File
@@ -49,6 +49,7 @@
<hutool.version>5.8.26</hutool.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<dypnsapi.version>2.0.0</dypnsapi.version>
<jasypt-starter.version>3.0.5</jasypt-starter.version>
</properties>
<!-- 统一依赖管理 -->
@@ -176,6 +177,13 @@
<artifactId>dypnsapi20170525</artifactId>
<version>${dypnsapi.version}</version>
</dependency>
<!-- jasypt 加密工具 -->
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>${jasypt-starter.version}</version>
</dependency>
</dependencies>
</dependencyManagement>