#Vert.x Beans example
This demonstrates how to use the Vert.x Beans library.
We're using Spring Boot here, but that isn't a requirement.
mvn clean package
java -jar target/vertx-beans-example-1.0.0.jar
java -jar target/vertx-beans-example-1.0.0.jar --spring.config.location=etc/application.properties
java -jar target/vertx-beans-example-1.0.0.jar --vertx.event-loop-pool-size=16
curl localhost:8080