generator-jhipster-uaa-security-authority

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i generator-jhipster-uaa-security-authority

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

37.8 kB

Total Files

22

Last publish

Collaborators

  • chihosin