Error connecting to http://localhost:8888/limits-service/default with spring.cloud.config.server.git.uri property

I’m following the Microservices tutorial and have come across an error when trying to get properties from my git repository. It’s an easy one, just change the back-slash to forward slashes πŸ™‚

In application.properties:

spring.cloud.config.server.git.uri=file://C:/Users/Me/git/spring-micro-services/git-localconfig-repo

Leave a comment