jrand0m / dropwizardexample

Exercise solution example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excercise task to cover simple REST API with basic tests

How to run tests

  1. Run mvn clean test to start tests

How to start the application

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

About

Exercise solution example

License:MIT License


Languages

Language:Java 100.0%