Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indiana-university/lms-canvas-redis-config

Configuration bits for lms-canvas LTI tools using redis
https://github.com/indiana-university/lms-canvas-redis-config

canvas lms lti redis

Last synced: 3 months ago
JSON representation

Configuration bits for lms-canvas LTI tools using redis

Awesome Lists containing this project

README

        

# 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
```xml

edu.iu.uits.lms
lms-canvas-redis-config

```

You can find the latest version in [Maven Central](https://search.maven.org/search?q=g:edu.iu.uits.lms%20AND%20a:lms-canvas-redis-config).

## Setup Examples
### Include annotation to enable to the configs
Add to any configuration class, or even the main application class `@EnableRedisConfiguration`.