An open API service indexing awesome lists of open source software.

https://github.com/mattbertolini/dropwizard-spring-example

A prototype of how I might integrate the Spring DI container with a Dropwizard application if I needed to
https://github.com/mattbertolini/dropwizard-spring-example

dropwizard java spring

Last synced: about 1 month ago
JSON representation

A prototype of how I might integrate the Spring DI container with a Dropwizard application if I needed to

Awesome Lists containing this project

README

          

# Dropwizard Application With Spring DI Container

This is a prototype of how I might integrate the Spring DI container with a Dropwizard application if I needed to. This
includes a custom JAX-RS `ParamConverterProvider` to delegate to a Spring `ConversionService`.