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
Spring Cloud Gateway Template with Eureka with a REST service
Steps:
start discovery-service (eureka)
start gateway-service
start first-service
loadbalancing
to test loadbalacing, start another instance of first-service by changing the port using .\mvnw spring-boot:run -Dspring-boot.run.arguments='--server.port=<port>'