Skip to content

vishrantgupta/spring-boot-cassandra-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-boot with cassandra example

This repository is an example of spring-boot 2.0.x with cassandra

Dependencies used are:

<parent>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-parent</artifactId>
	<version>2.0.1.RELEASE</version>
</parent>

<dependency>
	<groupId>org.springframework.data</groupId>
	<artifactId>spring-data-cassandra</artifactId>
</dependency>

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-web</artifactId>
</dependency>

You need to install Cassandra

You can follow this tutorial and download it from here

I have changed listen_address property in cassandra.yaml (included with this repository). The location of this file (in windows installation) is DataStax-DDC\apache-cassandra\conf

Releases

No releases published

Packages

No packages published

Languages