trying to load each elements of list from separate yaml files into parent yaml
In Spring Cloud Gateway, we have too many routes in one application yaml. I am trying to break them into individual routes and import them into main/parent yaml.
separate individual routes in spring cloud gateway
I am using Spring Cloud Gateway(Spring Boot 2.7.X) to route/POST request to different external endpoints for configured customers. The routes are configured in application yml.