Boa tarde estou com o seguinte erro , ao requisitar a url do config server http://localhost:8888/fornecedor/default
{
"timestamp": "2020-10-05T18:27:54.668+0000",
"status": 404,
"error": "Not Found",
"message": "No such label: master",
"path": "/fornecedor/default"
}
codigo do arquivo yml:
server:
port: 8888
spring:
cloud:
config:
server:
git:
uri: https://github.com/joseaugusto/microservice-repo.git
search-paths: fornecedor