If the service you are developing is sufficiently small, Dropwizard would do great, in some ways better than Spring since it has fewer moving parts.
Once your service becomes big enough you are likely to run into cases where something you need is provided by Spring, but requires integration of some 3rd party lib with Dropwizard. That’s doable, but once those cases become too many, it becomes a maintenance nightmare.