Skip to content

implementation of microservices architectural pattern #296 #435

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

Merged
merged 2 commits into from
Jun 26, 2016

Conversation

protopapa
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 88.887% when pulling 6677d10 on protopapa:aggregator-microservices into f57b94a on iluwatar:master.

@iluwatar
Copy link
Owner

Can you send me instructions how to run the example?

@protopapa
Copy link
Contributor Author

Yes of course! This made me find a bug also!

So we have three micro-services. From the base directory of each service run : mvn spring-boot:run
This will start each service in the port that is defined in the resources file.
Inventory microservice: 51516
Information micro service: 51515
Aggregator service : 50004
Finally in the broswer you hit localhost:50004/product, and you get a JSON with the product , which is assembled using data from the other microservices.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 89.169% when pulling 27bbbd8 on protopapa:aggregator-microservices into f57b94a on iluwatar:master.

@iluwatar
Copy link
Owner

@protopapa it looks good and works as advertised. Well done! 👍

@iluwatar iluwatar merged commit f2e1982 into iluwatar:master Jun 26, 2016
@protopapa protopapa deleted the aggregator-microservices branch July 10, 2022 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants