Skip to content

Commit

Permalink
DATAGEODE-211 - Add warning in the 'Configuring the Embedded Redis Se…
Browse files Browse the repository at this point in the history
…rver' documentation explaining to users that the 'org.apache.geode:geode-redis' module must be explicitly declared on the Spring [Boot] application classpath when usign the @EnableRedisServer annotation.
  • Loading branch information
jxblum committed Nov 14, 2019
1 parent 4bb6e50 commit 1d07533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/asciidoc/reference/bootstrap-annotations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,9 @@ or `@CacheServerApplication` annotated class, as follows:
public class ServerApplication { .. }
----

WARNING: You must explicitly declare the `org.apache.geode:geode-redis` module on your Spring [Boot] application
classpath.

More details on {data-store-name}'s Redis adapter can be found
{x-data-store-docs}/tools_modules/redis_adapter.html[here].

Expand Down

0 comments on commit 1d07533

Please sign in to comment.