Skip to content

Commit 34f2a5c

Browse files
committed
Spring Boot RocketMQ
1 parent 4413ecd commit 34f2a5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
rocketmq.name-server=127.0.0.1:9876
2-
rocketmq.producer.group=my-group
3-
rocketmq.consumer.group=my-group1
4-
rocketmq.consumer.topic=test
2+
rocketmq.producer.group=my-producer-group
3+
rocketmq.consumer.group=my-consumer-group
4+
rocketmq.consumer.topic=test-topic

0 commit comments

Comments
 (0)