https://github.com/andyatkinson/dropwizard-hello-world
Dropwizard Hello World
https://github.com/andyatkinson/dropwizard-hello-world
Last synced: 3 months ago
JSON representation
Dropwizard Hello World
- Host: GitHub
- URL: https://github.com/andyatkinson/dropwizard-hello-world
- Owner: andyatkinson
- Created: 2017-09-21T20:43:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T20:01:57.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T08:45:53.423Z (4 months ago)
- Language: Java
- Homepage: https://hello-world-dropwizard.herokuapp.com/hello-world?name=andy
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello World Dropwizard
## How to start the HelloWorld application
1. Run `mvn clean install` and `mvn package` to build the "fat JAR"
1. Start application with `foreman start`
1. To check that your application is running enter url `http://localhost:5000`Or Run/Debug from IntelliJ as an Application, default port is 8080, admin port is 8081 if using that option. Note that the `simple` config option doesn't support the admin connector stuff, and doesn't work on Heroku.
## Deploying to Heroku
1. `git push heroku master`
Visit `https://hello-world-dropwizard.herokuapp.com/hello-world?name=andy`
### Dropwizard Config Docs
[Dropwizard Configuration](https://github.com/dropwizard/dropwizard/blob/master/docs/source/manual/configuration.rst)
### Dropwizard Bundles Intro presentation
[Slides: Dropwizard Bundles](https://speakerdeck.com/andyatkinson/dropwizard-bundles)