2024-05-24 12:03:14 +02:00
|
|
|
# Connect2x
|
2024-05-23 14:48:50 +02:00
|
|
|
|
2024-05-24 12:06:12 +02:00
|
|
|
[![Vert.x](https://img.shields.io/badge/vert.x-4.5.7-purple.svg)](https://vertx.io)
|
2024-05-23 14:48:50 +02:00
|
|
|
|
2024-05-24 12:03:14 +02:00
|
|
|
## Building
|
2024-05-23 14:48:50 +02:00
|
|
|
|
|
|
|
To launch your tests:
|
|
|
|
```
|
|
|
|
mvn clean test
|
|
|
|
```
|
|
|
|
|
|
|
|
To package your application:
|
|
|
|
```
|
|
|
|
mvn clean package
|
|
|
|
```
|
|
|
|
|
|
|
|
To run your application:
|
|
|
|
```
|
|
|
|
mvn clean compile exec:java
|
|
|
|
```
|
|
|
|
|
2024-05-24 12:03:14 +02:00
|
|
|
## Help
|
2024-05-23 14:48:50 +02:00
|
|
|
|
2024-05-24 12:06:12 +02:00
|
|
|
* [Vert.x Documentation](https://vertx.io/docs/)
|