feat:增加 bpm 工作流的能力

This commit is contained in:
YunaiV
2022-07-27 00:54:09 +08:00
parent 03d3c8b5a8
commit 38270be962
177 changed files with 9063 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ spring:
name-server: 127.0.0.1:9876 # RocketMQ Namesrv 地址
default: # 默认 bindings 全局配置
producer: # RocketMQ Producer 配置项,对应 RocketMQProducerProperties 类
group: system_producer_group # 生产者分组
group: infra_producer_group # 生产者分组
send-type: SYNC # 发送模式SYNC 同步
# Spring Cloud Bus 配置项,对应 BusProperties 类