Repository Rest Controller with Projections
Repository Rest Controller
Gateway application.yml configuration
Gateway working properly
Gateway application.yml configuration
Gateway configuration with a bean function
All services registering on Eureka discovery service
After enabling the discovery service, we can make a dynamic configuration for the gateway
Dynamic config using the load balancer and it's still working properly
We can also make the routing dynamically by using a Bean function which return a DiscoveryClientRouteDefinitionLocator and get the microservice from the request
p>Our gateway still working
p>We now get information about products and customers on the bill with the OpenFeign