Skip to content

Learn how to create rest api using springboot and storing data into redis

Notifications You must be signed in to change notification settings

denitiawan-repo/springboot-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Rest API using Springboot and Redis

Introduction

On this repo we will learn how to create REST API using Springboot, that apis will have CRUD function for connecting and storing data to Redis database.

If you want read the full articles all about this repo, you can see on this article

Requirements

  • Maven 3+
  • Java 8+
  • IDE Intelij
  • Docker
  • Redis (Docker Container)
  • Postman

Dependency

  • Lombok
  • Redis Driver
  • Spring Data JPA
  • Spring Web

Postman Api Collection

  • project/document/postman-collection/medium/springboot-api-collection.postman_collection.json

Docker Compose file

  • project/document/server/docker-compose.yml

Notes

  • project/document/server/notes.md

About

Learn how to create rest api using springboot and storing data into redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages