Skip to content

yngbldjr/vertx-gradle-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vert.x Gradle Template

Template project for creating a Vert.x module with a Gradle build.

Clone this and adapt it to easily develop Vert.x modules using Gradle as your build tool.

By default this module contains a simple Java verticle which listens on the event bus and responds to ping! messages with pong!.

This template also shows you how to write tests in Java, Groovy, Ruby and Python

See the build script for the list of useful tasks

About

Gradle project template for creating a Vert.x module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 43.6%
  • Java 30.8%
  • Shell 25.6%