From ad82e755b335e38e29a5d722f7e8abe67b35a4c8 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 20 七月 2024 16:40:15 +0800 Subject: [PATCH] 代码提交 --- smartor/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/smartor/pom.xml b/smartor/pom.xml index abede7c..cb88cb8 100644 --- a/smartor/pom.xml +++ b/smartor/pom.xml @@ -114,6 +114,12 @@ <artifactId>json-simple</artifactId> <version>1.1.1</version> </dependency> + + <!-- rabbitmq 渚濊禆--> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-amqp</artifactId> + </dependency> </dependencies> -- Gitblit v1.9.3