A simple Spring Boot demonstration showcasing Redis caching using @EnableCaching
, @Cacheable
, @CachePut
, and @CacheEvict
in a CRUD operation for managing student details with MySQL.
✅ 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
- Spring Boot
- Spring Data JPA
- Spring Cache (Redis)
- MySQL
- Redis
git clone https://github.com/Hariharan1893/Springboot-Redis-Caching.git
cd Springboot-Redis-Caching