30.4 Gemfire
Spring Data Gemfire为使用Pivotal Gemfire数据管理平台提供了方便的、对Spring友好的工具。Spring Boot提供了一个用于聚集依赖的spring-boot-starter-data-gemfire
“Starter”。虽然目前不支持Gemfire的自动配置,但是你可以使用一个注解:@EnableGemfireRepositories
启用Spring Data仓库。
最后更新于
Spring Data Gemfire为使用Pivotal Gemfire数据管理平台提供了方便的、对Spring友好的工具。Spring Boot提供了一个用于聚集依赖的spring-boot-starter-data-gemfire
“Starter”。虽然目前不支持Gemfire的自动配置,但是你可以使用一个注解:@EnableGemfireRepositories
启用Spring Data仓库。
最后更新于