Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 632 Bytes

README.md

File metadata and controls

55 lines (31 loc) · 632 Bytes

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