Example microservice for showing tasks with dropwizard.
Build it with mvn install
. You can run it with java -jar target/tasklist-service-1.0-SNAPSHOT.jar server tasklist-service.yml
.
To learn more about dropwizard and java microservices, please read the blog post that I wrote: