Skip to content

Latest commit

 

History

History
 
 

Spring Examples

These projects present how Vert.x and Spring can interact.

Spring Boot Example

The Vert.x Spring Boot Example shows how you can embed Vert.x in a Spring Boot application.

Spring Example

The Vert.x Spring Example shows how you can access Spring beans as services in a Vert.x application

Spring Boot Clustering

The Spring Boot Clustering Examples show how you can setup a clustered Vert.x embedded in Spring Boot.

Spring Verticle Factory

The Spring Verticle Factory Example shows how you can build a Verticle factory based on the Spring container.

Spring Worker Example

The Vert.x Spring Worker Example shows how you how to expose Spring services over the event bus with worker verticles.