From ef81a5cbfbb98974ed1ba54d0e47b7e74a9b96b9 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 06 六月 2024 15:33:55 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/pom.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 7340354..95b56e5 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -130,7 +130,11 @@ <artifactId>nls-sdk-common</artifactId> <version>2.1.6</version> </dependency> - + <!-- rabbitmq 渚濊禆--> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-amqp</artifactId> + </dependency> </dependencies> <build> @@ -163,4 +167,4 @@ <finalName>${project.artifactId}</finalName> </build> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3