Add note about Spring Boot not recognizing or respecting set to 'gemfire' or 'geode'.

This commit is contained in:
John Blum
2018-08-29 16:00:24 -07:00
parent bfccae2a40
commit e7d53246f2

View File

@@ -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`").