generator-jhipster-uaa-security-authority
v1.0.1
Published
A JHipster module that create uaa security authority restful resource for communication between uaa and microservices
Downloads
20
Maintainers
Readme
generator-jhipster-uaa-security-authority
JHipster module, A JHipster module that create security authority for sync between uaa and microservices
Introduction
This is a JHipster module, that is meant to be used in a JHipster application.
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-uaa-security-authority
To update this module:
yarn global upgrade generator-jhipster-uaa-security-authority
With NPM
To install this module:
npm install -g generator-jhipster-uaa-security-authority
To update this module:
npm update -g generator-jhipster-uaa-security-authority
Usage
# Create security authority tools for UAA service
cd <your uaa application project root folder>
yo jhipster-uaa-security-authority
# Create security authority tools for microservice
cd <your microservice application project root folder>
yo jhipster-feign-client --uaa-client --uaa-base-name=<UaaBaseName>
yo jhipster-uaa-security-authority
License
MIT © Chiho Sin