Skip to content

surajyadav-git/springboot-cassandra-integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Spring Boot Application and Cassandra DB integration.

This source code is for building Spring Boot Application and containerizing it with Docker. And also containering the Apache Cassandra database. Running both applications using Docker Compose in separate docker containers.

To run the applications

  • Go to the base diretory and execute the following command
mvn clean install & docker-compose up

You can test the REST API with post defailt REST API will be: https://localhost:8080/api/students

For complete demo look at the YouTube Video: https://youtu.be/uLmVfUXin8o

About

This is a simple example for Spring Boot App using Cassandra as its storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.7%
  • Dockerfile 1.3%