Starter for using Cassandra distributed database with Spring Data Cassandra in Spring Boot applications.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-cassandra</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Inject CassandraTemplate to perform Cassandra database operations.
Ensure your project uses Spring Boot 3.x and the compatible Cassandra driver version.
No dependency data recorded yet.