Dropwizard module for JDBI3

Integration between Dropwizard and JDBI3

Лицензия

Лицензия

Категории

Категории

DropWizard Контейнер Микросервисы JDBI Данные Базы данных
Группа

Группа

com.github.arteam
Идентификатор

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

dropwizard-jdbi3
Последняя версия

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

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Dropwizard module for JDBI3
Integration between Dropwizard and JDBI3
Ссылка на сайт

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

https://github.com/arteam/dropwizard-jdbi3.git
Система контроля версий

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

https://github.com/arteam/dropwizard-jdbi3.git

Скачать dropwizard-jdbi3

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

<!-- https://jarcasting.com/artifacts/com.github.arteam/dropwizard-jdbi3/ -->
<dependency>
    <groupId>com.github.arteam</groupId>
    <artifactId>dropwizard-jdbi3</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arteam/dropwizard-jdbi3/
implementation 'com.github.arteam:dropwizard-jdbi3:1.2.1'
// https://jarcasting.com/artifacts/com.github.arteam/dropwizard-jdbi3/
implementation ("com.github.arteam:dropwizard-jdbi3:1.2.1")
'com.github.arteam:dropwizard-jdbi3:jar:1.2.1'
<dependency org="com.github.arteam" name="dropwizard-jdbi3" rev="1.2.1">
  <artifact name="dropwizard-jdbi3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arteam', module='dropwizard-jdbi3', version='1.2.1')
)
libraryDependencies += "com.github.arteam" % "dropwizard-jdbi3" % "1.2.1"
[com.github.arteam/dropwizard-jdbi3 "1.2.1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.dropwizard : dropwizard-db jar 1.2.0
org.jdbi : jdbi3-core jar 3.0.0-rc1
com.github.arteam : metrics-jdbi3 jar 1.0-rc2

test (8)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.assertj : assertj-core jar 3.5.2
org.mockito : mockito-core jar 2.2.3
com.h2database : h2 jar 1.4.192
org.jdbi : jdbi3-sqlobject jar 3.0.0-rc1
org.jdbi : jdbi3-guava jar 3.0.0-rc1
org.jdbi : jdbi3-jodatime2 jar 3.0.0-rc1
org.jdbi : jdbi3-stringtemplate4 jar 3.0.0-rc1

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

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

dropwizard-jdbi3

Build Status Maven Central

Dropwizard integration with JDBI3

Description

This module glues together the Dropwizard framework and the jdbi3 library. It provides a JdbiFactory which allows to create a Jdbi object from the Dropwizard's Environment and PooledDataSourceFactory. It registers metrics for SQL queries and a health check for the connection.

Use

<dependency>
  <groupId>com.github.arteam</groupId>
  <artifactId>dropwizard-jdbi3</artifactId>
  <version>1.2</version>
</dependency>

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

Версия
1.2.1
1.2
1.0-rc4
1.0-rc3
1.0-rc2
1.0-rc1