/todddo-dropwizard

DDD API application built on top of the Java Dropwizard framework

Primary LanguageJava

TodddoDropwizard

Introduction

Simple DDD style API application to explore the usage of Dropwizard.

How to start the TodddoDropwizard application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/todddo-1.0-SNAPSHOT.jar server config.yml
  3. To check that your application is running enter url http://localhost:8080

Health Check

To see your applications health enter url http://localhost:8081/healthcheck