1. 修复 seata 配置错误

2. 引入 Spring Cloud Stream RocketMQ 依赖
This commit is contained in:
YunaiV
2020-04-13 22:39:50 +08:00
parent 3dd7f2d0af
commit 0761607bef
10 changed files with 41 additions and 18 deletions

View File

@@ -67,8 +67,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>
</dependencies>