vertx-spring-boot icon indicating copy to clipboard operation
vertx-spring-boot copied to clipboard

Vert.x Spring Boot integration brings different Vert.x components to Spring Boot ecosystem

trafficstars

Vert.x Spring Boot

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

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