Monday, August 24, 2015

Vertxio One: Getting a Vertxio and Gradle up and running.

These the artifacts to get Vertxio3 up and running as a Gradle project.
I'm using Eclipse for the posting but you can use any environment you would like.
This will be an ongoing blog.

Vertxio One: Getting a Vertxio and Gradle up and running.
Vertxio Two: JMeter First Blush

1) You will need JAVA 8 and Vertxio 3.

2) Create a Gradle Project.

3) Edit gradle.build - copy and paste.  Then add your class under the NOTE comment


4) Update dependencies


5) Create class that extends AbstractVerticle.

No comments:

Post a Comment