Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hscells/dropwizard-gradle-heroku-stub
- Owner: hscells
- Created: 2016-02-26T06:01:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T06:09:17.000Z (over 8 years ago)
- Last Synced: 2024-04-30T10:27:03.503Z (7 months ago)
- Topics: dropwizard, gradle, heroku, stub
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`