These projects present how Vert.x and Spring can interact.
The Vert.x Spring Boot Example shows how you can embed Vert.x in a Spring Boot application.
The Vert.x Spring Example shows how you can access Spring beans as services in a Vert.x application
The Spring Boot Clustering Examples show how you can setup a clustered Vert.x embedded in Spring Boot.
The Spring Verticle Factory Example shows how you can build a Verticle factory based on the Spring container.
The Vert.x Spring Worker Example shows how you how to expose Spring services over the event bus with worker verticles.