RobertHan215 / vertx-spring-boot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Java 98.6%Language:HTML 1.4%