Running your Dropwizard Microservice as a Windows Service
Creating a mircoservice with dropwizard is an easy task. You do some java coding and configure a YAML file to get a running microservice within a short time. The created…
Creating a mircoservice with dropwizard is an easy task. You do some java coding and configure a YAML file to get a running microservice within a short time. The created…
Dropwizard provides a great infrastructure for creating microservices. Jetty for http, Jersey for Rest, Jackson for JSON, Metrics for metrics and other useful helper libraries can be seen as a…