Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x/vertx-gradle-template
Vert.x 2.x is **deprecated** - use instead
https://github.com/vert-x/vertx-gradle-template
Last synced: 2 months ago
JSON representation
Vert.x 2.x is **deprecated** - use instead
- Host: GitHub
- URL: https://github.com/vert-x/vertx-gradle-template
- Owner: vert-x
- License: other
- Created: 2013-02-14T14:29:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T10:03:55.000Z (about 8 years ago)
- Last Synced: 2024-08-04T03:04:09.077Z (6 months ago)
- Language: Java
- Homepage: https://github.com/vert-x3/vertx-gradle-starter
- Size: 446 KB
- Stars: 82
- Watchers: 14
- Forks: 90
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-gradle - vertx-gradle-template - Template project for developing Vert.x module. (Boilerplates / VM and container)
README
# Vert.x 2.x is **deprecated** - use instead https://github.com/vert-x3/vertx-gradle-starter
## 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](build.gradle) for the list of useful tasks
---
See [Vert.x gradle based developer guide](http://vertx.io/vertx2/gradle_dev.html) on how to use this template.