https://github.com/markmatney/vertx-junit5-issues
https://github.com/markmatney/vertx-junit5-issues
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/markmatney/vertx-junit5-issues
- Owner: markmatney
- Created: 2022-08-11T03:13:25.000Z (almost 4 years ago)
- Default Branch: non-portable-env-var
- Last Pushed: 2022-08-12T21:08:26.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T18:21:23.757Z (over 1 year ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Vertx-junit5-issues
image:https://img.shields.io/badge/vert.x-4.3.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]