Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liftwizard/liftwizard
A collection of utilities for Dropwizard
https://github.com/liftwizard/liftwizard
dropwizard java reladomo
Last synced: about 2 months ago
JSON representation
A collection of utilities for Dropwizard
- Host: GitHub
- URL: https://github.com/liftwizard/liftwizard
- Owner: liftwizard
- License: apache-2.0
- Created: 2020-01-08T00:21:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:02:20.000Z (2 months ago)
- Last Synced: 2024-10-29T13:35:37.191Z (2 months ago)
- Topics: dropwizard, java, reladomo
- Language: Java
- Homepage: https://liftwizard.io/docs/
- Size: 7.73 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Liftwizard
![Maven Central](https://img.shields.io/maven-central/v/io.liftwizard/liftwizard)
![GitHub](https://img.shields.io/github/license/motlin/liftwizard)
![CircleCI](https://img.shields.io/circleci/build/gh/motlin/liftwizard/main)
[![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central#io.liftwizard:liftwizard)![Lines of code](https://img.shields.io/tokei/lines/github/motlin/liftwizard)
![GitHub repo size](https://img.shields.io/github/repo-size/motlin/liftwizard)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/motlin/liftwizard)Liftwizard is a collection of bundles and add-ons for [Dropwizard](https://www.dropwizard.io/), the Java framework for writing web services.
There are very few dependencies between the bundles, so you can pick and choose the ones you want.
## Module groups
The bundles can be loosely grouped into categories.
- Dropwizard configuration and bundles
- Jackson JSON serialization/deserialization
- Servlet client/server logging
- [Reladomo](https://github.com/goldmansachs/reladomo) ORM integration for Dropwizard
- JUnit 4 and JUnit 5 test utilities## Documentation
See the full docs at