https://github.com/jponge/vertx-ex
https://github.com/jponge/vertx-ex
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jponge/vertx-ex
- Owner: jponge
- Created: 2020-10-08T21:02:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T16:42:12.000Z (over 5 years ago)
- Last Synced: 2024-10-20T22:24:41.315Z (over 1 year ago)
- Language: Java
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Starter
image:https://img.shields.io/badge/vert.x-3.9.3-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]