From e632ea706d3d8abbeb78cea60959303db8743c14 Mon Sep 17 00:00:00 2001 From: EugeneMsv Date: Tue, 16 Jul 2019 18:57:44 +0300 Subject: [PATCH 1/2] Add reference to amqp-rabbit-spring-boot-autoconfigure See gh-17537 --- spring-boot-project/spring-boot-starters/README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-project/spring-boot-starters/README.adoc b/spring-boot-project/spring-boot-starters/README.adoc index e61c0789999..61d766960c3 100644 --- a/spring-boot-project/spring-boot-starters/README.adoc +++ b/spring-boot-project/spring-boot-starters/README.adoc @@ -193,4 +193,6 @@ do as they were designed before this was clarified. | https://alexo.github.io/wro4j/[Wro4j] | https://github.com/michael-simons/wro4j-spring-boot-starter +| https://github.com/EugeneMsv/amqp-rabbit-spring-boot-autoconfigure[amqp-rabbit-spring-boot-autoconfigure] +| https://github.com/EugeneMsv/amqp-rabbit-spring-boot-autoconfigure |=== From f32020aaad2cdd9ad39bcff494e790b245af6263 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Jul 2019 11:30:57 +0200 Subject: [PATCH 2/2] Polish "Add reference to amqp-rabbit-spring-boot-autoconfigure" See gh-17537 --- spring-boot-project/spring-boot-starters/README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-starters/README.adoc b/spring-boot-project/spring-boot-starters/README.adoc index 61d766960c3..5d7fd77217a 100644 --- a/spring-boot-project/spring-boot-starters/README.adoc +++ b/spring-boot-project/spring-boot-starters/README.adoc @@ -148,6 +148,9 @@ do as they were designed before this was clarified. | https://www.rabbitmq.com/[RabbitMQ] (Advanced usage) | https://github.com/societe-generale/rabbitmq-advanced-spring-boot-starter +| https://www.rabbitmq.com/[RabbitMQ] (Declarative configuration) +| https://github.com/EugeneMsv/amqp-rabbit-spring-boot-autoconfigure + | https://resteasy.jboss.org/[RESTEasy] | https://github.com/resteasy/resteasy-spring-boot @@ -193,6 +196,4 @@ do as they were designed before this was clarified. | https://alexo.github.io/wro4j/[Wro4j] | https://github.com/michael-simons/wro4j-spring-boot-starter -| https://github.com/EugeneMsv/amqp-rabbit-spring-boot-autoconfigure[amqp-rabbit-spring-boot-autoconfigure] -| https://github.com/EugeneMsv/amqp-rabbit-spring-boot-autoconfigure |===