In the previous post we created our first micro service “ProductService” using SpringBoot and Docker.
In this part we will go into details of how to manage multiple microservices using Spring Cloud and netflix libraries.
For our order management system, let’s say, a minimal relationship could be something like this :
So, let’s build 2 more services called “orderService” and “customerService” in the similar manner how we build the “productService”.
Read More »