https://github.com/artodeschini/sampleseclipsevertx
https://github.com/artodeschini/sampleseclipsevertx
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artodeschini/sampleseclipsevertx
- Owner: artodeschini
- Created: 2022-11-01T17:39:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T22:53:33.000Z (over 3 years ago)
- Last Synced: 2025-03-06T05:45:51.535Z (over 1 year ago)
- Language: Java
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Vertix-starter
image:https://img.shields.io/badge/vert.x-4.3.4-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]