【修改】 将原有的rabbitmq启动项目自动连接注释,防止启动项目报错
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user