1.0.1 • Published 6 years ago

generator-jhipster-uaa-security-authority v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

generator-jhipster-uaa-security-authority

NPM version Build Status Dependency Status

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