UW-Madison-DoIT / KeyValueStore

A separate micro-service running to allow key value storage for a user
Apache License 2.0
3 stars 5 forks source link

Key Value Store

Build Status Dependency Status

A separate service to enable key value storage for MyUW applications

Requirement : hsql database running on 8887 with database named uPortal (todo: make better)

To run this type ./build.sh and it will deploy to your running tomcat instance (todo: make better)

To run this using spring boot just do a mvn spring-boot:run