Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.39 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.39 KB

Vert.x Spring Boot

Following starters are available at the moment.

Samples

  • 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.

Building the project from source

./mvnw clean install