Open mjcurrier opened 6 years ago
Why do you think it is the wrong order?
My experience in the past, and using github repository is that it will load in the order defined like:
spring.cloud.config.name=account-service,security-service,generic-service
http://localhost:8888/account-service,security-service,generic-service/stg
spring.cloud.config.server.native.searchLocations=classpath:/configs/{application}
results in
"name": "classpath:/configs/generic-service/generic-service-stg.properties", "name": "classpath:/configs/security-service/security-service-stg.yml", "name": "classpath:/configs/account-service/account-service-stg.properties", "name": "classpath:/configs/generic-service/generic-service.properties", "name": "classpath:/configs/account-service/account-service.properties",