This repository contains the code developed in the Introduction to Eclipse Vert.x blog post series. Posts composing the series are:
- My First Vert.x Application
- Eclipse Vert.x Application Configuration
- Some REST with Vert.x
- Asynchronous data access with Vert.x
- Using Reactive eXtensions with Vert.x
- Deploying Vert.x applications on Kubernetes and OpenShift - to be published
The code developed for each post is contained in the corresponding folder. Except mentionned otherwise in the blog post, the application can be:
- build using:
mvn package
- run locally using
mvn compile vertx:run