https://github.com/devssh/dropwizardgradleintellijintegration
Basic Artifact for Dropwizard Gradle Integration on IntelliJ IDE
https://github.com/devssh/dropwizardgradleintellijintegration
Last synced: 10 months ago
JSON representation
Basic Artifact for Dropwizard Gradle Integration on IntelliJ IDE
- Host: GitHub
- URL: https://github.com/devssh/dropwizardgradleintellijintegration
- Owner: devssh
- License: mit
- Created: 2016-11-15T12:14:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T06:25:28.000Z (about 9 years ago)
- Last Synced: 2024-12-29T19:09:56.264Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 43.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Run with command line
-------------------------------------------
Go to the project home and run -
> gradle run
Run on IntelliJ
-------------------------------------------
Edit Run Configurations:
Add Defaults -> Application
Add Main Class
Add Program arguments -
> server /Path/to/abc.yml
Add Working Directory as the Project home.
Set the classpath of the module as the App_main option
Set JRE
Apply changes and exit run configurations
Run the Application

Server should run on localhost:8080/helloWorld
Admin port localhost:8941