Spring Boot Data Geode
This project adds Spring Boot auto-configuration support for both http://geode.apache.org/[Apache Geode] and https://pivotal.io/pivotal-gemfire[Pivotal GemFire].
Among other things, this project builds on http://projects.spring.io/spring-boot/[Spring Boot] as well as http://projects.spring.io/spring-data-gemfire/[Spring Data GemFire/Geode] and additionally offers...
-
Auto-configures a Pivotal GemFire/Apache Geode http://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/client/ClientCache.html[ClientCache] instance automatically when either Spring Data GemFire or Spring Data Geode is on the CLASSPATH.
-
Auto-configures either Pivotal GemFire_ or Apache Geode as a caching provider in [Spring's Cache Abstraction] when SDG^2 is on the CLASSPATH and the Spring
@EnableCachingannotation is specified on your Spring application,@Configurationclass. -
Auto-configures Spring Data GemFire or Spring Data Geode http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#gemfire-repositories[Repositories] when SDG^2 is on the CLASSPATH and Spring Boot detects SDG Repositories in the Spring Boot application.
-
Provides additional support for Spring Boot/Spring Data GemFire/Spring Data Geode applications deployed to PCF using either the PCC (Pivotal Cloud Caching) or SSC (Session State Caching) services. Also, when using SSC, you can also take advantage of https://github.com/spring-projects/spring-session-data-geode[Spring Session Data GemFire].
This, along with many other things will be provided in and by this project.