diff --git a/IV. Spring Boot features/29.3. Gemfire.md b/IV. Spring Boot features/29.3. Gemfire.md index e69de29..443c1ac 100644 --- a/IV. Spring Boot features/29.3. Gemfire.md +++ b/IV. Spring Boot features/29.3. Gemfire.md @@ -0,0 +1,3 @@ +### 29.3. Gemfire + +[Spring Data Gemfire](https://github.com/spring-projects/spring-data-gemfire)为使用[Pivotal Gemfire](http://www.pivotal.io/big-data/pivotal-gemfire#details)数据管理平台提供了方便的,Spring友好的工具。Spring Boot提供了一个用于聚集依赖的`spring-boot-starter-data-gemfire`'Starter POM'。目前不支持Gemfire的自动配置,但你可以使用一个[单一的注解](https://github.com/spring-projects/spring-data-gemfire/blob/master/src/main/java/org/springframework/data/gemfire/repository/config/EnableGemfireRepositories.java)使Spring Data仓库支持它。