Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/indiana-university/lms-canvas-redis-config
- Owner: indiana-university
- License: bsd-3-clause
- Created: 2021-09-23T12:40:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T16:33:31.000Z (about 2 years ago)
- Last Synced: 2023-03-02T03:02:12.882Z (almost 2 years ago)
- Topics: canvas, lms, lti, redis
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```xmledu.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`.