Skip to content

saurabh-86/dropwizard-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DropwizardBasic

Dropwizard framework makes web application development easy by putting together a lot of popular Java libraries together. However, a lot of boilerplate is still required to get a quality Dropwizard application setup. This project aims to reduce that work, and thereby save time, for developers.

What does the DropwizardBasic application include

How to start the application in Docker

  1. Using the Docker Terminal, navigate to the dropwizard-basic project directory.
  2. Execute the command docker-compose up. This launches the Dropwizard application and a MySQL server.

How to start the DropwizardBasic application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/dropwizard-basic-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