Registry / database / spring-data-geode

spring-data-geode

JSON →
library2.7.18javamavenunverified

Spring Data module for Apache Geode, providing integration with Spring's data access abstractions.

<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-geode</artifactId> <version>2.7.18</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-DATA-GEODE
S
spring-data-geode
databasejavav2.7.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClientCacheApplication
org.springframework.data.gemfire.config.annotation.ClientCacheApplication

Configures a Spring Boot application to use Apache Geode as a cache.

import org.springframework.data.gemfire.config.annotation.ClientCacheApplication; import org.springframework.context.annotation.Configuration; @Configuration @ClientCacheApplication(name = "ExampleCache") public class ExampleConfig { }
Debug
Known issues
gotchaSpring Data Geode requires a running Geode cluster or embedded cache configuration.
fix
Ensure Geode is properly configured and running before using this module.
affects: all
Upgrade
Version history
2.7.18latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
Meta
1
Amazon
1
OpenAI (training)
1
Resources
spring-data-geode — mvn dependency:get spring-data-geode · libregistry