Skip to content

yeoman-projects/generator-jhipster-uaa-security-authority

 
 

Repository files navigation

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

About

JHipster module, A JHipster module that create security authority for sync between uaa and microservices

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • HTML 65.3%
  • JavaScript 34.7%