Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hscells/dropwizard-gradle-heroku-stub

Get started easily with dropwizard and gradle on heroku
https://github.com/hscells/dropwizard-gradle-heroku-stub

dropwizard gradle heroku stub

Last synced: 7 days ago
JSON representation

Get started easily with dropwizard and gradle on heroku

Awesome Lists containing this project

README

        

# Dropwizard Gradle Heroku Stub

Start developing a dropwizard application built using gradle and deployed to heroku with this stub.

## What's included

- A `build.gradle` file with pretty much everything needed, including drivers for mysql and postgres
- A build script for gradle that compiles the correct files
- A Procfile that will run the app on the heroku port automatically
- A dropwizard `configuration.yml` file with a template for database interaction
- Template files for a DAO and a View
- A configured [library](https://github.com/dirkraft/dropwizard-file-assets) for serving static files locally

## Building

Standard `gradle installAll`