From 1728457ec067a09c4a5dc8b6ab1921d7f2ad4eec Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Fri, 22 Mar 2024 17:56:58 +0800
Subject: [PATCH] 航线断点
---
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