SpringBoot7AM 01022021
SpringBoot7AM 01022021
a) DiscoveryClient
b) LoadBalancerClient
c)*** FeignClient
----------------------------------------------------------------
Project ( Dep, Employee ) --> Microservices
DeptMs
EmployeeMs
1...*
Dep -------<> Employee
=> This is called as Module Integration in Monolithic.
In MS, this is called as Intra Communication.
Here,
URL = Protocol :// IP : PORT / Path / Path
URI = Protocol :// IP : PORT
URL = http://192.168.0.3:9898/employee/find
URI = http://192.168.0.3:9898