A Jhipster module with some utilities for api first development
This is a JHipster module, that is meant to be used in a JHipster application. Thanks to this module its possibile to:
- when
enableSwaggerCodegen=truethe api.yml file can be served statically by a dedicated endpoint - add
apito 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)
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
yarn global add generator-jhipster-apiutilsTo update this module:
yarn global upgrade generator-jhipster-apiutilsTo install this module:
npm install -g generator-jhipster-apiutilsTo update this module:
npm update -g generator-jhipster-apiutilsyo jhipster-apiutilsApache-2.0 © Enrico Costanzi