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.
To use the entire droptools
family:
<dependency>
<groupId>com.bendb.dropwizard</groupId>
<artifactId>droptools-parent</artifactId>
<version>1.1.0-0</version>
</dependency>
Please file bug reports and feature requests in GitHub issues.
Copyright (c) 2014-2017 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.