io.github.henryssondaniel.teacup.service.report:mysql

Connect your Teacup visualization data to a MySQL database

Лицензия

Лицензия

Категории

Категории

MySQL Данные Базы данных
Группа

Группа

io.github.henryssondaniel.teacup.service.report
Идентификатор

Идентификатор

mysql
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

war
Описание

Описание

io.github.henryssondaniel.teacup.service.report:mysql
Connect your Teacup visualization data to a MySQL database
Ссылка на сайт

Ссылка на сайт

https://github.com/HenryssonDaniel/teacup-service-report-mysql-java
Система контроля версий

Система контроля версий

https://github.com/HenryssonDaniel/teacup-service-report-mysql-java

Скачать mysql

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.service.report/mysql/ -->
<dependency>
    <groupId>io.github.henryssondaniel.teacup.service.report</groupId>
    <artifactId>mysql</artifactId>
    <version>1.0.4</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.service.report/mysql/
implementation 'io.github.henryssondaniel.teacup.service.report:mysql:1.0.4'
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.service.report/mysql/
implementation ("io.github.henryssondaniel.teacup.service.report:mysql:1.0.4")
'io.github.henryssondaniel.teacup.service.report:mysql:war:1.0.4'
<dependency org="io.github.henryssondaniel.teacup.service.report" name="mysql" rev="1.0.4">
  <artifact name="mysql" type="war" />
</dependency>
@Grapes(
@Grab(group='io.github.henryssondaniel.teacup.service.report', module='mysql', version='1.0.4')
)
libraryDependencies += "io.github.henryssondaniel.teacup.service.report" % "mysql" % "1.0.4"
[io.github.henryssondaniel.teacup.service.report/mysql "1.0.4"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

User Guide

Build Status Coverage latest release Maven Central Javadocs

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'
  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

Версии библиотеки

Версия
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0