Unable to fetch values from Spring Cloud Config Server to my Config-Client(limits-service)
问题 After days of search over internet and many tries(out of which nothing worked out for me), i am writing here I have Project- spring-cloud-config-server which has following files(full project can be accessed from https://github.com/AshishBharadwaj94/spring-cloud-config-server.git) SpringCloudConfigServerApplication.java application.properties (under folder- resources) Link Source Folder- git-config-repo which has limits-service's properties files pom.xml and Client Config Project- limits