Skip to content

Spring Boot Second Level Cache Example with Redis

Notifications You must be signed in to change notification settings

rapidappio/sb-l2-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Second Level Cache with Redis

This project is a simple example of how to use Redis as a second level cache in a Spring Boot application.

Requirements

  • PostgreSQL database
  • Redis database

How to run

  1. export SPRING_DATASOURCE_URL=...
  2. export REDIS_ADDRESS=...
  3. export REDIS_PORT=...
  4. ./mvnw spring-boot:run

About

Spring Boot Second Level Cache Example with Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages