update 优化 完善 rocketmq 相关演示案例

This commit is contained in:
疯狂的狮子Li
2024-06-04 14:50:54 +08:00
parent 0fe9c4f17d
commit fd48de83b5
5 changed files with 36 additions and 20 deletions

View File

@@ -36,10 +36,10 @@ spring:
--- # rocketmq 配置
rocketmq:
name-server: localhost:9876
producer:
# 生产者组
group: dist-test
name-server: localhost:9876
producer:
# 生产者组
group: dist-test
--- # nacos 配置
spring: