diff --git a/pom.xml b/pom.xml
index a143d44..b0733c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,10 +126,6 @@
org.springframework.boot
spring-boot-starter-validation
-
- org.springframework.boot
- spring-boot-starter-amqp
-
org.apache.commons
@@ -146,7 +142,15 @@
org.springframework.boot
spring-boot-starter-actuator
+
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+
+
+
com.baomidou
mybatis-plus-generator
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 8956e4d..7520e47 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -38,4 +38,6 @@ logging.level.org.springframework.web=DEBUG
#SQL ????????
logging.level.com.bipt.intelligentapplicationorchestrationservice.mapper=DEBUG
-mybatis.configuration.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl
\ No newline at end of file
+mybatis.configuration.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl
+
+management.health.rabbit.enabled=false
\ No newline at end of file