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=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)
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-apiutils
To update this module:
yarn global upgrade generator-jhipster-apiutils
To install this module:
npm install -g generator-jhipster-apiutils
To update this module:
npm update -g generator-jhipster-apiutils
yo jhipster-apiutils
Apache-2.0 © Enrico Costanzi