Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages