Spring Boot Redis Cache
-
POST /product/create
→ Create a new product -
GET /product/{id}
→ Get product by ID -
GET /product
→ Get all products -
PUT /product/{id}
→ Update product -
DELETE /product/{id}
→ Delete product -
Get /product/sort/{field}
-> Find All Products By Sorting -
Get /product/pagination/{offset}/{pageSize}
-> Find All Products With Pagination -
Get /product/paginationAndSort/{offset}/{pageSize}/{field}
-> Find Products With Pagination And Sortingserver: port: 9012