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

@@ -78,6 +78,12 @@ logging:
# Seata 配置项
seata:
tx-service-group: default # Seata 事务组编号,用于 TC 集群名
# 服务配置项,对应 ServiceProperties 类
service:
# 虚拟组和分组的映射
vgroup-mapping:
default: default
# Seata 注册中心配置项
registry:
type: nacos # 注册中心类型