2017-06-11 00:14:33 -07:00
2017-05-03 11:31:11 -04:00
2017-05-03 11:31:11 -04:00
2017-06-11 00:14:33 -07:00

Spring Boot Data Geode

This project adds Spring Boot auto-configuration support for both Apache Geode and Pivotal GemFire.

Among other things, this project builds on Spring Boot as well as Spring Data GemFire/Geode and additionally offers...

  1. Auto-configures a Pivotal GemFire/Apache Geode ClientCache instance automatically when either Spring Data GemFire or Spring Data Geode is on the CLASSPATH.

  2. Auto-configures either Pivotal GemFire_ or Apache Geode as a caching provider in Spring's Cache Abstraction when either Spring Data GemFire or Spring Data Geode are on the CLASSPATH, and the Spring @EnableCaching annotation is specified on your Spring application, @Configuration class.

  3. Auto-configures Spring Data GemFire or Spring Data Geode Repositories when Spring Data GemFire or Spring Data Geode is on the CLASSPATH and Spring Boot detects SDG Repositories in the Spring Boot application.

  4. 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 Spring Session Data GemFire.

This, along with many other things will be provided in and by this project.

Description
No description provided
Readme Apache-2.0 42 MiB
Languages
Java 100%