{"id":18591782,"url":"https://github.com/doches/generator-dropwizard-gradle","last_synced_at":"2025-04-10T15:31:49.507Z","repository":{"id":21399227,"uuid":"92652259","full_name":"doches/generator-dropwizard-gradle","owner":"doches","description":"A Yeoman generator that scaffolds a Java project with Dropwizard and Gradle","archived":false,"fork":false,"pushed_at":"2022-12-11T20:03:50.000Z","size":568,"stargazers_count":3,"open_issues_count":9,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-15T07:42:57.576Z","etag":null,"topics":["dropwizard","gradle","hacktoberfest","scaffold","yeoman"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doches.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-28T09:39:53.000Z","updated_at":"2020-10-06T07:50:25.000Z","dependencies_parsed_at":"2023-01-13T21:27:18.418Z","dependency_job_id":null,"html_url":"https://github.com/doches/generator-dropwizard-gradle","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fgenerator-dropwizard-gradle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fgenerator-dropwizard-gradle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fgenerator-dropwizard-gradle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doches%2Fgenerator-dropwizard-gradle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doches","download_url":"https://codeload.github.com/doches/generator-dropwizard-gradle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243465,"owners_count":21071054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dropwizard","gradle","hacktoberfest","scaffold","yeoman"],"created_at":"2024-11-07T01:04:45.753Z","updated_at":"2025-04-10T15:31:49.181Z","avatar_url":"https://github.com/doches.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-dropwizard-gradle\n\nThis is a [Yeoman](http://yeoman.io/) generator that scaffolds out an API service backed by Java 8 and Dropwizard, using Gradle as a build system\nand for dependency manager.\n\n## Getting Started\n\nInstall Yeoman via npm:\n\n    $ npm install -g yo\n\nOnce you've got Yeoman set up, install this generator:\n\n    $ npm install -g generator-dropwizard-gradle\n\nCreate the directory in which your new project will live, then call Yeoman to scaffold out your project:\n\n    $ mkdir awesome\n    $ cd awesome\n    $ yo dropwizard-gradle\n\nAnswer a couple of easy questions, and you'll be greeted with a ready-to-rock project. Open the directory up in your Java IDE of choice (I like [IDEA](https://www.jetbrains.com/idea/)), import the project as a Gradle project, and you're good to go.\n\n### Running\n\nYou can start your server for testing like so:\n\n    ./gradlew run\n\nThis will start the server with the configuration file at:\n\n    \u003cproject\u003e-distribution/src/dev/var/conf/server.yml\n\nAnd the keystore / truststores at:\n\n    \u003cproject\u003e-distribution/src/standard/var/conf\n\n\n### Shipping\n\nWow, that was fast! Once you're ready to deploy, run:\n\n    $ ./gradlew distZip\n\nfrom the root of the project, and you'll receive a handy deployable .zip with all of your Java dependencies and runtime configuration:\n\n    $ ls awesome-distribution/build/distributions/\n    $ awesome-distribution-0.0.0.zip\n\nUse git flow and you'll get automatically-sane version tags on your deployable artefacts, too. Ship that .zip onto your server, unzip it, and start your service as you would any Dropwizard server:\n\n    $ unzip awesome-distribution-0.0.0.zip\n    $ cd awesome-distribution-0.0.0\n    $ ./bin/awesome-distribution server var/conf/server.yml\n\nHit up your server in a browser ([http://localhost:8000/](http://localhost:8000/) by default), and you should see your shiny new application, live and ready to go.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoches%2Fgenerator-dropwizard-gradle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoches%2Fgenerator-dropwizard-gradle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoches%2Fgenerator-dropwizard-gradle/lists"}