From 0035f6fe76e6c0eaa2625ff0f291cacea8269b4d Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 23 Apr 2019 17:05:28 -0700 Subject: [PATCH] Add reference to the 'Spring Boot Auto-configuration for Apache Geode/Pivotal GemFire' Sample in the 'Auto-configuration vs. Annotation-based configuration' reference documentation. --- .../src/docs/asciidoc/configuration-annotations.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc b/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc index d2bbdd73..bc06efb9 100644 --- a/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc +++ b/spring-geode-docs/src/docs/asciidoc/configuration-annotations.adoc @@ -6,6 +6,9 @@ or must I use, when developing Apache Geode or Pivotal GemFire applications with This section will answer this question and more. +Readers should refer to the complimentary sample, <>, +which showcases the _auto-configuration_ provided by Spring Boot for Apache Geode/Pivotal GemFire in action. + [[geode-autoconfiguration-annotations-background]] === Background