vivekkothari / droptools

Addon bundle for Dropwizard to support jOOQ for database access

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Droptools

Build Status Coverage Status

Useful Dropwizard addons, including dropwizard-jooq and dropwizard-redis.

dropwizard-jooq

A bundle that adds support for relational database access via the excellent jOOQ library.

dropwizard-redis

A bundle that manages a redis connection pool and makes Jedis clients available to resource methods, without the hassle of pooling logic in your code.

Usage

To use the entire droptools family:

<dependency>
  <groupId>com.bendb.dropwizard</groupId>
  <artifactId>droptools-parent</artifactId>
  <version>0.8.1-0</version>
</dependency>

Support

Please file bug reports and feature requests in GitHub issues.

License

Copyright (c) 2014-2015 Benjamin Bader

This library is licensed under the Apache License, Version 2.0.

See http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.

About

Addon bundle for Dropwizard to support jOOQ for database access

License:Apache License 2.0


Languages

Language:Java 100.0%