Building Java Microservices from Scratch
Too Long; Didn't Read
Microservices architecture is a commonly used approach to building a system. In this article, I will show you how to build your microservices using Java and Spring Framework. The basic idea is to avoid forwarding requests to a service and let the Discovery Service decide which one is available. The complete code can be found here.