-
Notifications
You must be signed in to change notification settings - Fork 0
Microservices with Spring Boot and Spring Cloud
Amitha R edited this page Dec 17, 2020
·
12 revisions
- Service delivered over the web.
- Software system designed to support interoperable machine-to-machine interaction over a network.
- Designed for machine-to-machine(or application-to-application) interaction.
- Should be interoperable - Not platform dependent. (Application A (Java), Application B(.Net), Application C (PHP)) - Irrespective of their technologies they should be able to talk to the ToDo service.
- Should allow communication over a network. (Communication should not be bound within a local machine).