November 2018
Intermediate to advanced
390 pages
10h 8m
English
The code bases of different companies often grow exponentially and increase in complexity. In a monolithic process, we have multiple independent development teams. These teams are not actually that independent at all; they simultaneously work on the same code bases and change the same sections of code. It is tough for new developers to contribute to the business, and the development process is slow. Because of this, we have seen a gradual shift toward microservices.
The following diagram shows the microservice container, the business logic image container, the data access layer container, and, in total, a working model of a microservice-based distributed model:
The Spring Framework ...
Read now
Unlock full access