Spring Boot for Microservices: Communication
In this lesson, we'll look at how Spring Boot fulfills the communication requirement.
The suitability of Spring Boot for the implementation of microservices can be decided according to the criteria of this lesson of this chapter.
Communication #
For communication, Spring Boot supports REST, the previous listing shows. The listing uses the Spring MVC API.
...