Droptools¶
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.
Support¶
Please file bug reports and feature requests in GitHub issues.
License¶
Copyright © 2014-2020 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.