项目作者: takecy

项目描述 :
RESTful API server template of Vert.x 3.x
高级语言: Java
项目地址: git://github.com/takecy/vertx3-api-server.git
创建时间: 2015-03-19T18:08:27Z
项目社区:https://github.com/takecy/vertx3-api-server

开源协议:MIT License

下载


REST API server template of Vert.x 3.x

Build Status



Overview

RESTful API server template of Vert.x 3+.
Based on was operational experience of Vert.x 2.x, the template application is made in the configuration, such as use in a production environment.


Structure

Vert.x is realy friendly Reactive programing.
So you should use vertx-rx.

Dependencies

Application

Build

  • Maven (back from Gradle)

Testing

CI


Features

  • dependency injection
  • continuous integration
  • http routing
  • eventbus
  • send http request
  • Redis connect
  • MySQL connect
  • testing


License

MIT