0.8.1 • Published 5 years ago

generator-jhipster-apiutils v0.8.1

Weekly downloads
22
License
Apache-2.0
Repository
github
Last release
5 years ago

generator-jhipster-apiutils

NPM version Build Status Dependency Status

A Jhipster module with some utilities for api first development

Introduction

This is a JHipster module, that is meant to be used in a JHipster application. Thanks to this module its possibile to:

  • when enableSwaggerCodegen=true the api.yml file can be served statically by a dedicated endpoint
  • add api to service discovery tags in order to expose api version
  • integration with Fabio load balancer, when consul is enabled
  • replace swagger ui 2 with the new swagger ui 3 (BETA, works only with JWT authentication)

Prerequisites

As this is a JHipster module, we expect you have JHipster and its related tools already installed:

Installation

With Yarn

To install this module:

yarn global add generator-jhipster-apiutils

To update this module:

yarn global upgrade generator-jhipster-apiutils

With NPM

To install this module:

npm install -g generator-jhipster-apiutils

To update this module:

npm update -g generator-jhipster-apiutils

Usage

yo jhipster-apiutils

License

Apache-2.0 © Enrico Costanzi

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago