https://github.com/henryssondaniel/teacup-service-report-mysql-java
Connect your Teacup report data to a MySQL database
https://github.com/henryssondaniel/teacup-service-report-mysql-java
data logs mysql reports teacup
Last synced: 2 months ago
JSON representation
Connect your Teacup report data to a MySQL database
- Host: GitHub
- URL: https://github.com/henryssondaniel/teacup-service-report-mysql-java
- Owner: HenryssonDaniel
- License: mit
- Created: 2019-05-23T13:00:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T10:58:32.000Z (over 6 years ago)
- Last Synced: 2025-05-13T07:49:34.489Z (about 1 year ago)
- Topics: data, logs, mysql, reports, teacup
- Language: Java
- Homepage: https://henryssondaniel.github.io/teacup.github.io/
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[](https://travis-ci.com/HenryssonDaniel/teacup-service-report-mysql-java)
[](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-service-report-mysql-java)
[](https://github.com/HenryssonDaniel/teacup-service-report-mysql-java/blob/master/doc/release-notes/official.md)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup.service.report%22%20AND%20a%3A%22mysql%22)
[](https://www.javadoc.io/doc/io.github.henryssondaniel.teacup.service.report/mysql)
## 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:
1. Deploy the war file on your server
For developers:
1. Add plugin: id 'org.gretty' version 'x.x.x'
1. Add dependency compile 'org.jboss.resteasy:resteasy-jaxrs:x.x.x'
1. Add dependency compile 'org.jboss.resteasy:resteasy-servlet-initializer:x.x.x'
1. Run: gradle appRun