Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

indiana-university/lms-canvas-redis-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMS Canvas Redis Configuration Helper

When this library is added to a project it allows for redis connection details to be setup.

Installation

From Maven

Add the following as a dependency in your pom.xml

<dependency>
    <groupId>edu.iu.uits.lms</groupId>
    <artifactId>lms-canvas-redis-config</artifactId>
    <version><!-- latest version --></version>
</dependency>

You can find the latest version in Maven Central.

Setup Examples

Include annotation to enable to the configs

Add to any configuration class, or even the main application class @EnableRedisConfiguration.