spring cloud api gateway
cd service1 mvn spring-boot:run cd service2 mvn spring-boot:run cd gateway mvn spring-boot:run
http://localhost:8080/employee/message http://localhost:8080/consumer/message
http://localhost:8081/employee/message http://localhost:8082/consumer/message