User Guide
What
This project makes it possible to interact with a MySQL database containing your Teacup report data.
Why
The report 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:
- Deploy the war file on your server
For developers:
- Add plugin: id 'org.gretty' version 'x.x.x'
- Add dependency compile 'org.jboss.resteasy:resteasy-jaxrs:x.x.x'
- Add dependency compile 'org.jboss.resteasy:resteasy-servlet-initializer:x.x.x'
- Run: gradle appRun