From db7d67e9ef32723d9b397740168e09053d9c2cff Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 27 Feb 2024 15:42:01 +0800
Subject: [PATCH] 根据航线任务id获取航线媒体文件列表
---
pom.xml | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cbfb229..46ec458 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-amqp</artifactId>
+ </dependency>
</dependencies>
<build>
@@ -216,7 +219,7 @@
</plugin>
</plugins>
- <!--配置后才可以扫描到xml文件-->
+ <!--配置后才可以扫描到xml文件-->
<resources>
<resource>
<directory>src/main/resources</directory>
--
Gitblit v1.9.3