Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Latest commit

 

History

History
63 lines (40 loc) · 1.62 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.62 KB

generator-jhipster-feign-client

NPM version Build Status Dependency Status

JHipster module for create feign client with entity for communication between two 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-feign-client

To update this module:

yarn global upgrade generator-jhipster-feign-client

With NPM

To install this module:

npm install -g generator-jhipster-feign-client

To update this module:

npm update -g generator-jhipster-feign-client

Usage

# Create feign client for microservice or uaa service
yo jhipster-feign-client

License

MIT © Chiho Sin