25 lines
332 B
Plaintext
25 lines
332 B
Plaintext
|
= Connect4x4
|
||
|
|
||
|
image:https://img.shields.io/badge/vert.x-4.5.7-purple.svg[link="https://vertx.io"]
|
||
|
|
||
|
== Building
|
||
|
|
||
|
To launch your tests:
|
||
|
```
|
||
|
mvn clean test
|
||
|
```
|
||
|
|
||
|
To package your application:
|
||
|
```
|
||
|
mvn clean package
|
||
|
```
|
||
|
|
||
|
To run your application:
|
||
|
```
|
||
|
mvn clean compile exec:java
|
||
|
```
|
||
|
|
||
|
== Help
|
||
|
|
||
|
* https://vertx.io/docs/[Vert.x Documentation]
|