JHipster module, A JHipster module that create security authority for sync between uaa and microservices
This is a JHipster module, that is meant to be used in a JHipster application.
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-uaa-security-authority
To update this module:
yarn global upgrade generator-jhipster-uaa-security-authority
To install this module:
npm install -g generator-jhipster-uaa-security-authority
To update this module:
npm update -g generator-jhipster-uaa-security-authority
# 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
MIT © Chiho Sin