Skip to content

Thekishor/springboot-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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/getById/{id} → Get product by ID

  • GET /product/getAll → Get all products

  • PUT /product/updateById/{id} → Update product

  • DELETE /product/deleteById/{id} → Delete product

    server: port: 9012

About

Spring boot Redis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages