Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.44 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.44 KB

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