Example to answer this question:
[https://stackoverflow.com/questions/48794257/spring-cloud-config-not-getting-properties/]
For server execution, use delivery-config-server:
gradle clean build && java -jar build\libs\delivery-config-server-0.0.1-SNAPSHOT.jar
For client execution, use delivery-config-client:
gradle clean build && java -jar build\libs\delivery-config-client-0.0.1-SNAPSHOT.jar
Link tutorial: