【修改】 将原有的rabbitmq启动项目自动连接注释,防止启动项目报错

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-12 13:17:09 +08:00
parent 1b7474ebbf
commit 6f4368c8f7
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
<dependency> <dependency>
<groupId>org.springframework.amqp</groupId> <groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId> <artifactId>spring-rabbit</artifactId>
<!-- <optional>true</optional>--> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.rocketmq</groupId> <groupId>org.apache.rocketmq</groupId>

View File

@@ -30,10 +30,10 @@
</dependency> </dependency>
<!--RabbitMQ--> <!--RabbitMQ-->
<dependency> <!-- <dependency>-->
<groupId>pc.exam.gg</groupId> <!-- <groupId>pc.exam.gg</groupId>-->
<artifactId>exam-spring-boot-starter-mq</artifactId> <!-- <artifactId>exam-spring-boot-starter-mq</artifactId>-->
</dependency> <!-- </dependency>-->
<!-- 业务组件 --> <!-- 业务组件 -->
<dependency> <dependency>