Spring Boot - how to communicate between microservices?
问题 I'm currently working on a Spring Boot microservices project. I have created services and each service is running separately. With this, I need some services to communicate with other services. How can i achieve that? I saw some blogs about this which use Netflix, Eureka cloud servers to achieve this. Is there any way I can achieve this in my local environment without using cloud servers? 回答1: Of course you can. Microservices are just REST-Services. You need to understand how REST-Services