Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorfarodrigues/vertx4-course
Curso de Vert.X 4 - Curso completo na Udemy
https://github.com/igorfarodrigues/vertx4-course
apache-kafka assynchronous java javaweb kotlin microservice object-oriented vertx
Last synced: 14 days ago
JSON representation
Curso de Vert.X 4 - Curso completo na Udemy
- Host: GitHub
- URL: https://github.com/igorfarodrigues/vertx4-course
- Owner: igorfarodrigues
- Created: 2022-01-30T23:21:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T10:47:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T23:10:04.241Z (about 2 months ago)
- Topics: apache-kafka, assynchronous, java, javaweb, kotlin, microservice, object-oriented, vertx
- Language: Java
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 1
- 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-4.2.5-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]