Skip to content

Spring Boot project to demonstrate Redis integration with Spring Boot using Docker.

Notifications You must be signed in to change notification settings

Baibhab97/springboot-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot application using Redis

This is a sample spring boot project to demonstrate redis intgeration with spring boot.

Requirements

  • Java 11
  • Apache Maven 3.5.0 or higher

How to Run

  • Clone the project
  • Build the project
mvn clean install
  • Run the application
java -jar target/assignment-0.0.1-SNAPSHOT.jar
  • Make sure your redis-server is up and running

Using docker

  • Build the project
mvn clean install
  • Run using docker-compose
docker-compose up --build 

About

Spring Boot project to demonstrate Redis integration with Spring Boot using Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published