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 jar artefact can be started and tested with the common java command. However if you would like to let your service run on a Microsoft…