Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 1.71 KB

File metadata and controls

21 lines (20 loc) · 1.71 KB

Build Status Coverage latest release Maven Central Javadocs

What

This project makes it possible to interact with a MySQL database containing your Teacup visualization data.

Why

The visualization back-end does not, and should not, know anything about where the data comes from. This makes it easy to switch from one database to another.

How

Follow the steps below:

  1. Deploy the war file on your server

For developers:

  1. Add plugin: id 'org.gretty' version 'x.x.x'
  2. Add dependency compile 'org.jboss.resteasy:resteasy-jaxrs:x.x.x'
  3. Add dependency compile 'org.jboss.resteasy:resteasy-servlet-initializer:x.x.x'
  4. Run: gradle appRun