Nothing Special   »   [go: up one dir, main page]

Skip to content

Crud App using Redis Cache, Spring boot and PostgreSQL

Notifications You must be signed in to change notification settings

akifzdemir/spring-redis-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot Redis Cache

Crud App using Redis Cache, Spring boot and PostgreSQL

Contents

API Reference

Get all products

  GET /api/product/getall

Get product

  GET /api/product/${id}

Add product

  POST /api/product/add

Update product

  PUT /api/product/update/${id}

Delete product

  DELETE /api/product/delete/${id}

Screenshots

First request (with 2 seconds delay)

App Screenshot

Cached request

App Screenshot

About

Crud App using Redis Cache, Spring boot and PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages