改造支付证书管理模块

This commit is contained in:
2025-07-26 21:16:36 +08:00
parent 2d2b913eb3
commit 361add4507
6 changed files with 148 additions and 82 deletions

View File

@@ -194,6 +194,12 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!-- spring-boot-actuator -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- 阿里SDK -->
<dependency>
<groupId>com.aliyun</groupId>