Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 630 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 630 Bytes

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