# vertx-spring-boot **Repository Path**: keren_chen/vertx-spring-boot ## Basic Information - **Project Name**: vertx-spring-boot - **Description**: https://github.com/snowdrop/vertx-spring-boot.git - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: 0.0.x - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-27 - **Last Updated**: 2022-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Vert.x Spring Boot Following starters are available at the moment. * [Vert.x core starter](./vertx-spring-boot-starter) * [Vert.x HTTP starter](./vertx-spring-boot-starter-http) * Vert.x HTTP Test starter * [Vert.x actuator starter](./vertx-spring-boot-starter-actuator) * [Vert.x mail starter](./vertx-spring-boot-starter-mail) * [Vert.x AMQP starter](./vertx-spring-boot-starter-amqp) * [Vert.x Kafka starter](./vertx-spring-boot-starter-kafka) ## Samples * [Chunked](./vertx-spring-boot-samples/vertx-spring-boot-sample-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](./vertx-spring-boot-samples/vertx-spring-boot-sample-http) - simple hello world service. * [HTTP OAuth2](./vertx-spring-boot-samples/vertx-spring-boot-sample-http-oauth) - demonstrates authentication with GitHub. * [HTTP Security](./vertx-spring-boot-samples/vertx-spring-boot-sample-http-security) - demonstrates basic and form authentication. * [Mail](./vertx-spring-boot-samples/vertx-spring-boot-sample-mail) - demonstrates mail client usage. * [AMQP](./vertx-spring-boot-samples/vertx-spring-boot-sample-amqp) - demonstrates AMQP client usage. * [Kafka](./vertx-spring-boot-samples/vertx-spring-boot-sample-kafka) - demonstrates Kafka client usage. ## Building the project from source ```bash ./mvnw clean install ```