https://github.com/coderclub-dev/whoamivertx
https://github.com/coderclub-dev/whoamivertx
beginner beginner-project hacktoberfest hacktoberfest2022 java vertex
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderclub-dev/whoamivertx
- Owner: coderclub-dev
- License: apache-2.0
- Created: 2020-08-26T23:41:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T14:49:18.000Z (almost 6 years ago)
- Last Synced: 2025-02-21T18:37:29.087Z (over 1 year ago)
- Topics: beginner, beginner-project, hacktoberfest, hacktoberfest2022, java, vertex
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Whoamivertx
image:https://img.shields.io/badge/vert.x-3.9.2-purple.svg[link="https://vertx.io"]
This application was generated using http://start.vertx.io
== Building
To launch your tests:
```
./mvnw clean test
```
To package your application:
```
./mvnw clean package
```
To run your application:
```
./mvnw clean compile exec:java
```
== Help
* https://vertx.io/docs/[Vert.x Documentation]
* https://stackoverflow.com/questions/tagged/vert.x?sort=newest&pageSize=15[Vert.x Stack Overflow]
* https://groups.google.com/forum/?fromgroups#!forum/vertx[Vert.x User Group]
* https://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]