This application was generated using http://start.vertx.io
This is inspired on the previous work or many people. I started this pet project after seeing this repository: https://github.com/zsantana/rinha-backend-by-bruno-borges/tree/main
First, you have to load default.env.
To launch your tests:
./mvnw clean test
To package your application:
./mvnw clean package
To run your application:
./mvnw clean compile exec:java