From e7d53246f2906cb8db16c8c5a5807f347335f5c6 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 29 Aug 2018 16:00:24 -0700 Subject: [PATCH] Add note about Spring Boot not recognizing or respecting set to 'gemfire' or 'geode'. --- spring-geode-docs/src/docs/asciidoc/caching.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-geode-docs/src/docs/asciidoc/caching.adoc b/spring-geode-docs/src/docs/asciidoc/caching.adoc index f5813ae1..6acdb45f 100644 --- a/spring-geode-docs/src/docs/asciidoc/caching.adoc +++ b/spring-geode-docs/src/docs/asciidoc/caching.adoc @@ -265,3 +265,7 @@ for more details. TIP: It is possible to include multiple providers on the classpath of your Spring Boot application. For instance, you might be using Redis to cache your application's state while using either Apache Geode or Pivotal GemFire as your application's persistent store (_System of Record_). + +NOTE: Spring Boot does not properly or correctly recognize `spring.cache.type=[gemfire|geode]` even though +Spring Boot for Apache Geode/Pivotal GemFire is setup to handle either of these property values +(i.e. either "`gemfire`" or "`geode`").