-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JHipster Registry doesn't recognize microservices or gateway #265
Comments
Hi @keyz231, |
Thank you for answer, I have insert .yo-rc.json at the beginning, do you refer to it ? |
Thank you for your answer, So I can't use registry with microservices? |
The feature has been implemented. See the last linked issue in the comments. |
I have installed a microservice using the guide:
npm install -g generator-jhipster-nodejs
and my microservice works ( for example I've tried to go to localhost:8081/api/users)
I have downloaded the jhipster-registry from github and start with
mvwn
Now my registry recognize only 👍
But nothing about the microservice.
About microservice:
.yo-rc.json
server/src/client/config/application.yml
server/src/client/config/application-dev.yml
I have also tried with a gateway, but the result is the same. How can I set my microservice to the registry? Thank you
The text was updated successfully, but these errors were encountered: