Crud App using Redis Cache, Spring boot and PostgreSQL
GET /api/product/getall
GET /api/product/${id}
POST /api/product/add
PUT /api/product/update/${id}
DELETE /api/product/delete/${id}
Crud App using Redis Cache, Spring boot and PostgreSQL
GET /api/product/getall
GET /api/product/${id}
POST /api/product/add
PUT /api/product/update/${id}
DELETE /api/product/delete/${id}