Skip to content

Hariharan1893/Springboot-Redis-Caching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Spring Boot Redis Caching Demo

A simple Spring Boot demonstration showcasing Redis caching using @EnableCaching, @Cacheable, @CachePut, and @CacheEvict in a CRUD operation for managing student details with MySQL.

📌 Features

Spring Boot + Redis Integration
@EnableCaching for activating caching
@Cacheable for fetching cached student data
@CachePut for updating cache dynamically
@CacheEvict for removing cache entries
MySQL Database for persistent storage

🛠 Tech Stack

  • Spring Boot
  • Spring Data JPA
  • Spring Cache (Redis)
  • MySQL
  • Redis

🚀 Getting Started

1️⃣ Clone the Repository

git clone https://github.com/Hariharan1893/Springboot-Redis-Caching.git
cd Springboot-Redis-Caching

About

A Spring Boot demonstration showcasing Redis integration for efficient caching.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages