Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 429 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 429 Bytes

tasklist-service

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:

Java Microservices with Dropwizard