From 35f286bc5109a7ea8bb3a27ff918451f173bf87d Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Thu, 21 Mar 2024 14:54:43 +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