Dropwizard restful service demo project
- Maven 3.5.2 or higher Required by jmeter-maven-plugin 2.9.0
- Clone project
- Create Postgres (9.5+) database using included scripts
- Configure Environment Variables
| Name | Description |
|---|---|
| DB_HOST | Database hostname |
| DB_PORT | Database port |
| DB_USER | Database username |
| DB_PASS | Database password |
| DS_NAME | Database name |