Git Product home page Git Product logo

vertx-gradle-recipes's Introduction

vertx-gradle-recipes

Useful Gradle Recipes to be used with Vertx Applications

Usage:

// load the repositories definitions file
apply from: 'https://github.com/abner/vertx-gradle-recipes/raw/master/repositories.gradle'

// here you can choose another vertx version to use
ext.vertxVersion = '3.7.1'

// verticle which will be started within your application
ext.mainVerticleName = 'io.abner.vertxapp.MainVerticle'

// load vertx dependencies and tasks
apply from: 'https://github.com/abner/vertx-gradle-recipes/raw/master/vertx.gradle'

AVAILABLE RECIPES:

./gradlew itTest

NOTES

We could not upgrade to gradle 4.7 or superior because of these issues: eclipse-vertx/vertx-codegen#181, https://github.com/vorburger/minecraft-storeys-maker/issues/53 e tbroyer/gradle-errorprone-plugin-v0.0.x#70

No Service Proxy is generated

Vertx 3.7

  • Router.errorHandler() for managing routing related errors - instead of ValidationFailureHandler and NotImplementedHandler

vertx-gradle-recipes's People

Contributors

abner avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.