Giter Site home page Giter Site logo

lopesmcc / vertx-swagger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phiz71/vertx-swagger

0.0 2.0 0.0 309 KB

Swagger integration in Eclipse Vert.X world. A dynamic Vert.X router, configured with a swagger file and a swagger-codegen plugin to generate a server stub.

License: Apache License 2.0

Java 89.00% HTML 11.00%

vertx-swagger's Introduction

Build Status

Vert.X - Swagger

This project aims to provide a code generator based on Swagger to create web server with Eclipse Vert.X and Vert.X Web. It contains 2 modules:

  • vertx-swagger-router : a generic Router which can be configured with a swagger definition
  • vertx-swagger-codegen : a library which has to be used with Swagger Codegen Generator

Getting started

Here is a blog post that explains how to use these libraries.

Maven :

vertx-swagger-parent :

<dependency>
  <groupId>com.github.phiz71</groupId>
  <artifactId>vertx-swagger-parent</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>

vertx-swagger-router :

<dependency>
  <groupId>com.github.phiz71</groupId>
  <artifactId>vertx-swagger-router</artifactId>
  <version>1.3.0</version>
</dependency>

vertx-swagger-codegen :

<dependency>
  <groupId>com.github.phiz71</groupId>
  <artifactId>vertx-swagger-codegen</artifactId>
  <version>1.3.0</version>
</dependency>

vertx-swagger's People

Contributors

inikolaev avatar loeti avatar lopesmcc avatar philippkumar avatar phiz71 avatar viiinc 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.