edu.wisc.my.apps:key-value-store

Spring Boot Starter Parent

License

License

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

edu.wisc.my.apps
ArtifactId

ArtifactId

key-value-store
Last Version

Last Version

3.1.1
Release Date

Release Date

Type

Type

war
Description

Description

Spring Boot Starter Parent
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/UW-Madison-DoIT/KeyValueStore

Download key-value-store

How to add to project

<!-- https://jarcasting.com/artifacts/edu.wisc.my.apps/key-value-store/ -->
<dependency>
    <groupId>edu.wisc.my.apps</groupId>
    <artifactId>key-value-store</artifactId>
    <version>3.1.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/edu.wisc.my.apps/key-value-store/
implementation 'edu.wisc.my.apps:key-value-store:3.1.1'
// https://jarcasting.com/artifacts/edu.wisc.my.apps/key-value-store/
implementation ("edu.wisc.my.apps:key-value-store:3.1.1")
'edu.wisc.my.apps:key-value-store:war:3.1.1'
<dependency org="edu.wisc.my.apps" name="key-value-store" rev="3.1.1">
  <artifact name="key-value-store" type="war" />
</dependency>
@Grapes(
@Grab(group='edu.wisc.my.apps', module='key-value-store', version='3.1.1')
)
libraryDependencies += "edu.wisc.my.apps" % "key-value-store" % "3.1.1"
[edu.wisc.my.apps/key-value-store "3.1.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.6
org.springframework.boot : spring-boot-starter-web jar 1.2.5.RELEASE
org.springframework.boot : spring-boot-starter-data-jpa jar 1.2.5.RELEASE
org.json : json jar 20140107
org.codehaus.groovy : groovy-all jar 2.4.7

provided (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-tomcat jar 1.2.5.RELEASE

runtime (1)

Group / Artifact Type Version
org.hsqldb : hsqldb jar 2.3.3

test (5)

Group / Artifact Type Version
org.codehaus.groovy : groovy-test jar 2.4.7
org.mockito : mockito-core jar 1.10.19
org.springframework : spring-test jar
junit : junit jar 4.12
org.skyscreamer : jsonassert jar 1.3.0

Project Modules

There are no modules declared in this project.

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

edu.wisc.my.apps

University of Wisconsin - Madison - DoIT

Versions

Version
3.1.1