Provides Spring Data integration for Apache Cassandra, enabling repository and template support.
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-cassandra</artifactId>
<version>5.0.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a CassandraTemplate for database operations.
Ensure Cassandra is running and the driver is configured correctly.
No dependency data recorded yet.