spring cloud configuration central server if you want to read the configuration of multiple repositories, how should application.yml be configured?
for example, the application configuration and resource configuration of a xxx-service project are under the xxx-service-config repository under the config grouping of gitlab and the xxx-service-resource repository under the resource grouping, respectively. Now you want to read the application-dev.yml, of application configuration and resource configuration according to xxx-service/dev. How should config-server be configured?