对接mq和模型上传管理和绑定构件,构建树形

This commit is contained in:
cjh
2026-06-10 17:02:51 +08:00
parent f33bf970d7
commit ee15a3415c
7 changed files with 413 additions and 12 deletions

11
pom.xml
View File

@@ -58,6 +58,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
@@ -88,6 +92,11 @@
<artifactId>fastjson2</artifactId>
<version>2.0.32</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.28.22</version>
</dependency>
</dependencies>
<build>
@@ -124,4 +133,4 @@
</properties>
</profile>
</profiles>
</project>
</project>