From 9c8f172d9c8fb07adbc112a6a9f751476dccbedb Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Tue, 8 Jan 2019 14:02:20 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20spring-boot-demo-mq-rabbitmq=20?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-mq-rabbitmq/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-demo-mq-rabbitmq/README.md b/spring-boot-demo-mq-rabbitmq/README.md index 19a8aeb..0525a1b 100644 --- a/spring-boot-demo-mq-rabbitmq/README.md +++ b/spring-boot-demo-mq-rabbitmq/README.md @@ -545,4 +545,5 @@ public class SpringBootDemoMqRabbitmqApplicationTests { ## 参考 1. Spring AMQP 官方文档:https://docs.spring.io/spring-amqp/docs/2.1.0.RELEASE/reference/html/ -2. RabbitMQ延迟队列:https://www.cnblogs.com/vipstone/p/9967649.html \ No newline at end of file +2. RabbitMQ 官网:http://www.rabbitmq.com/ +3. RabbitMQ延迟队列:https://www.cnblogs.com/vipstone/p/9967649.html \ No newline at end of file