【修改】 将原有的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>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<!-- <optional>true</optional>-->
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>

View File

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