Add note about Spring Boot not recognizing or respecting set to 'gemfire' or 'geode'.
This commit is contained in:
@@ -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`").
|
||||
|
||||
Reference in New Issue
Block a user