This is a scratchpad project based on the Vert.x Maven starter project at https://github.com/vert-x3/vertx-maven-starter.git.
Once you have retrieved the source, build and run with:
mvn test exec:java
This compiles the project and runs the tests, then launches the application. Open your browser to http://localhost:8080.
The project contains:
-
a
pom.xml
file -
a main verticle file (src/main/java/nl/taallijn/has/MainVerticle.java)
-
a unit test (src/main/test/nl/taallijn/has/MainVerticleTest.java)