1、修复业务模块bug

2、完善凭证管理
This commit is contained in:
2026-08-13 17:54:35 +08:00
parent 31dbd731dd
commit 323ce61136
20 changed files with 569 additions and 15 deletions
+8
View File
@@ -39,6 +39,14 @@
<groupId>org.springblade</groupId>
<artifactId>blade-system-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
</dependency>
</dependencies>
<build>