{"id":15002032,"url":"https://github.com/vert-x3/vertx-gradle-starter","last_synced_at":"2025-06-28T19:38:17.502Z","repository":{"id":145211457,"uuid":"70574909","full_name":"vert-x3/vertx-gradle-starter","owner":"vert-x3","description":"Gradle project template for Vert.x","archived":false,"fork":false,"pushed_at":"2020-12-15T14:08:19.000Z","size":217,"stargazers_count":90,"open_issues_count":2,"forks_count":34,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-02-02T07:21:56.751Z","etag":null,"topics":["gradle","starter","template","vertx"],"latest_commit_sha":null,"homepage":"https://start.vertx.io","language":"Java","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/vert-x3.png","metadata":{"files":{"readme":"README.adoc","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-11T08:55:55.000Z","updated_at":"2024-11-15T23:59:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"35b0320e-128b-4651-b3c0-e2376e7be590","html_url":"https://github.com/vert-x3/vertx-gradle-starter","commit_stats":null,"previous_names":[],"tags_count":15,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-gradle-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-gradle-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-gradle-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-gradle-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vert-x3","download_url":"https://codeload.github.com/vert-x3/vertx-gradle-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238945669,"owners_count":19556700,"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":["gradle","starter","template","vertx"],"created_at":"2024-09-24T18:33:15.156Z","updated_at":"2025-02-15T04:32:19.295Z","avatar_url":"https://github.com/vert-x3.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Vert.x Gradle Starter\n\nThis project is a template to start your own Vert.x project using Gradle.\n\n== Prerequisites\n\n* JDK 8+\n\n== Getting started\n\nCreate your project with:\n\n[source]\n----\ngit clone https://github.com/vert-x3/vertx-gradle-starter.git PROJECT_NAME\n----\n\nReplace `PROJECT_NAME` with the name of your project.\n\nOn Linux and MacOSx (or Windows with `bash`), if you want to go faster and generate an already configured project run:\n\n[source]\n----\ncurl http://vertx.io/assets/starter-scripts/create-vertx-project-gradle.sh -o vertx-create-gradle-project.sh; bash vertx-create-gradle-project.sh\n----\n\n== Running the project\n\nOnce you have retrieved the project, you can check that everything works with:\n\n[source]\n----\n./gradlew test run\n----\n\nThe command compiles the project and runs the tests, then  it launches the application, so you can check by yourself. Open your browser to http://localhost:8080. You should see a _Hello World_ message.\n\n== Anatomy of the project\n\nThe project contains:\n\n* the Gradle project using the Kotlin DSL (see `build.gradle.kts`) with auto-reloading and fat-jar building\n* a _main_ verticle file (`src/main/java/io/vertx/starter/MainVerticle.java`)\n* a unit test (`src/main/test/io/vertx/starter/MainVerticleTest.java`)\n\n== Start to hack\n\n1. Delete the `.git` directory\n2. Open the `build.gradle.kts` file and customize `vertxVersion`. You can also change the `mainVerticleName` variable to use your own package name and verticle class.\n3. Run `./gradlew run`.\n\nThis last command relaunches Gradle and the application as soon as you change something under `src/main`.\n\n== Building the project\n\nTo build the project, just use:\n\n----\n./gradlew build\n----\n\nIt generates a _fat-jar_ in the `build/libs` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvert-x3%2Fvertx-gradle-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvert-x3%2Fvertx-gradle-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvert-x3%2Fvertx-gradle-starter/lists"}