A simple project to test integrating spring-session into a skeleton project as created by jrfom-spring-webmvc.
Running the web application and then navigating to the index
controller will result in session data being written to an
embedded Redis database. This can be verified by using
redis-cli and issuing a KEYS * command to it.