Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
A prototype of how I might integrate the Spring DI container with a Dropwizard application if I needed to
- Host: GitHub
- URL: https://github.com/mattbertolini/dropwizard-spring-example
- Owner: mattbertolini
- License: mit
- Created: 2019-06-24T22:38:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-27T15:47:45.000Z (over 4 years ago)
- Last Synced: 2024-11-17T02:42:28.544Z (2 months ago)
- Topics: dropwizard, java, spring
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.