{"id":15002036,"url":"https://github.com/vert-x3/vertx-maven-starter","last_synced_at":"2025-10-30T08:30:59.325Z","repository":{"id":145211719,"uuid":"70574863","full_name":"vert-x3/vertx-maven-starter","owner":"vert-x3","description":"Maven project template for Vert.x","archived":false,"fork":false,"pushed_at":"2020-12-15T13:50:49.000Z","size":65,"stargazers_count":137,"open_issues_count":2,"forks_count":54,"subscribers_count":34,"default_branch":"master","last_synced_at":"2024-09-29T13:43:03.001Z","etag":null,"topics":["maven","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:26.000Z","updated_at":"2024-04-14T00:38:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b1e49ef-b8a2-4d47-9c4b-80ec9125397f","html_url":"https://github.com/vert-x3/vertx-maven-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-maven-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-maven-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-maven-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-maven-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vert-x3","download_url":"https://codeload.github.com/vert-x3/vertx-maven-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219856552,"owners_count":16556082,"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":["maven","starter","template","vertx"],"created_at":"2024-09-24T18:33:16.132Z","updated_at":"2025-10-30T08:30:54.022Z","avatar_url":"https://github.com/vert-x3.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Vert.x Maven Starter\n\nThis project is a template to start your own Vert.x project using Apache Maven.\n\n== Prerequisites\n\n* Apache Maven\n* JDK 8+\n\n== Getting started\n\nCreate your project with:\n\n[source]\n----\ngit clone https://github.com/vert-x3/vertx-maven-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-maven.sh -o vertx-create-maven-project.sh; bash vertx-create-maven-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----\nmvn test exec:java\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* a `pom.xml` file\n* a _main_ verticle file (src/main/java/io/vertx/starter/MainVerticle.java)\n* an unit test (src/main/test/io/vertx/starter/MainVerticleTest.java)\n\n== Start to hack\n\n1. Delete the `.git` directory\n2. Open the `pom.xml` file and customize the `groupId`, `artifactId` and `version`. You can also change the `main.verticle` property to use your own package name and verticle class.\n3. Run `redeploy.sh` (or `redeploy.bat` on Windows) and the project recompiles while editing.\n\nNOTE: the `redeploy` script are also configurable\n\n== Building the project\n\nTo build the project, just use:\n\n----\nmvn clean package\n----\n\nIt generates a _fat-jar_ in the `target` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvert-x3%2Fvertx-maven-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvert-x3%2Fvertx-maven-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvert-x3%2Fvertx-maven-starter/lists"}