!33 add 新增 ruoyi-stream-mq 演示模块 完成 RabbitMQ RocketMQ Kafka 整合

add 新增 ruoyi-stream-mq 演示模块 完成 RabbitMQ RocketMQ Kafka 整合
This commit is contained in:
疯狂的狮子Li
2022-07-15 08:10:49 +00:00
parent f045c36494
commit 6f73b542b2
17 changed files with 575 additions and 4 deletions

View File

@@ -78,6 +78,13 @@ spring:
- Path=/demo/**
filters:
- StripPrefix=1
# MQ演示服务
- id: ruoyi-stream-mq
uri: lb://ruoyi-stream-mq
predicates:
- Path=/stream-mq/**
filters:
- StripPrefix=1
# sentinel 配置
sentinel: