The Wayback Machine - https://web.archive.org/web/20201103042023/https://github.com/vishrantgupta/spring-boot-cassandra-example
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

Spring-boot with cassandra

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.