Kailas Biradar
Kailas Biradar

Reputation: 131

How one Jhipster application microservices call in another application..?

I have 1 UAA, 1 gateway and 2 microservices application. How can i call first application rest api to another application.

Upvotes: 2

Views: 657

Answers (1)

Himeshgiri gosvami
Himeshgiri gosvami

Reputation: 2884

You need to go much deeper in Jhipster, it is call service discovery of other microservice, a time you init jhisper app it will ask you to add microservices, you can go through below links.

API DOC , Example

Upvotes: 3

Related Questions