1. 搭建新的 Nacos 服务,并替换配置文件

2. 引入 Spring Cloud Stream RocketMQ 依赖,并接入 product 模块
This commit is contained in:
YunaiV
2020-04-13 20:39:12 +08:00
parent d0ae7e61b3
commit 3dd7f2d0af
13 changed files with 86 additions and 45 deletions

View File

@@ -64,8 +64,8 @@
<!-- MQ 相关 -->
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rocketmq</artifactId>
</dependency>
<!-- 工具类相关 -->