From 59d5c758773a48b24c9be216f8043b266097085f Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sun, 25 Aug 2019 17:52:30 +0800 Subject: [PATCH] Update README.md --- spring-boot/spring-boot-rabbitmq/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot/spring-boot-rabbitmq/README.md b/spring-boot/spring-boot-rabbitmq/README.md index 597d619..28011fc 100644 --- a/spring-boot/spring-boot-rabbitmq/README.md +++ b/spring-boot/spring-boot-rabbitmq/README.md @@ -24,6 +24,7 @@ - **rabbitmq-consumer** :是消息的消费者模块。
+ ## 二、主要依赖 在父工程的项目中统一导入依赖 RabbitMQ 的 starter,父工程的 pom.xml 如下: @@ -186,6 +187,7 @@ public class RabbitmqConsumer { ## 五、消息生产者
+ ### 5.1 生产者配置 ```yaml