Example project showcasing rest.vertx usage
NOTE: For demonstration purposes only, DO NOT USE in production environment unless you know what you do!
Build
mvn clean install
Run
java -jar target/rest.vertx.example.jar
By default the example server starts on port: 4444, alternatively you can select a different port:
java -jar target/rest.vertx.example.jar -p 5555
Test
See all available examples on: http://localhost:4444/