https://github.com/tahniat-ashraf/java-vertx-101
Vertx Playground
https://github.com/tahniat-ashraf/java-vertx-101
Last synced: 2 months ago
JSON representation
Vertx Playground
- Host: GitHub
- URL: https://github.com/tahniat-ashraf/java-vertx-101
- Owner: tahniat-ashraf
- Created: 2021-03-09T06:38:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T07:47:38.000Z (over 4 years ago)
- Last Synced: 2025-03-16T13:15:07.609Z (7 months ago)
- Language: Python
- Size: 9.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Java-vertx-4
image:https://img.shields.io/badge/vert.x-4.0.2-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
```
To run docker :
```
docker-compose up --scale worker=4
```
== 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]