Skip to content

nhahv/droptools

 
 

Repository files navigation

Droptools

Build Status Coverage Status

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

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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%