September 2019
Intermediate to advanced
668 pages
15h 59m
English
Now we can start to implement our APIs in the core microservices!
The implementation looks very similar for the three core microservices, so we will only go through the source code for the product service. You can find the other files in $BOOK_HOME/Chapter03/2-basic-rest-services/microservices. Let's see how we go about this:
dependencies { implementation project(':api') implementation project(':util')