Skip to content

UW-Madison-DoIT/KeyValueStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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