You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Used Feign Framework to reduce boilerplate code in calling different microservices from a microservice intrinsically.
28
+
#### Used Feign Library to reduce boilerplate code in calling different microservices from a microservice intrinsically.
29
29
#### All Microservices will register through service registry to discover what instances of microservices are present to interact with the demanding services.
30
30
#### To implement all the common features of each microservice at one place created a API Gateway.
31
31
#### Connected API Gateway to Eureka so that it can discover any services present.
0 commit comments