Skip to content

Thekishor/springboot-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Redis Cache

Before Cache Redis



After Cache Redis



API Endpoints

Product

  • 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 Sorting

    server: port: 9012

Releases

No releases published

Packages

No packages published

Languages