Following starters are available at the moment.
- Vert.x core starter
- Vert.x HTTP starter
- Vert.x HTTP Test starter
- Vert.x actuator starter
- Vert.x mail starter
- Vert.x AMQP starter
- Vert.x Kafka starter
- Chunked - demonstrates chunked data handling. Receives data from https://httpbin.org, forwards it to the front end as well as sends batches of it via email.
- HTTP - simple hello world service.
- HTTP OAuth2 - demonstrates authentication with GitHub.
- HTTP Security - demonstrates basic and form authentication.
- Mail - demonstrates mail client usage.
- AMQP - demonstrates AMQP client usage.
- Kafka - demonstrates Kafka client usage.
./mvnw clean install