Spring Redis Caching Example

This repository contains an example of caching data in Spring using Redis.

Running the Application

The application can be run by executing the following:

mvn clean jetty:run

Then navigate to localhost:8080 in your browser.