【发布时间】:2021-02-06 21:36:04
【问题描述】:
当我访问网址 http://localhost:8888/actuator/health 时出现此错误
{
"status": "DOWN",
"details": {
"diskSpace": {
"status": "UP",
"details": {
"total": 457192763392,
"free": 347865096192,
"threshold": 10485760
}
},
"refreshScope": {
"status": "UP"
},
"configServer": {
"status": "DOWN",
"details": {
"repository": {
"application": "app",
"profiles": "default"
},
"error": "org.springframework.cloud.config.server.environment.NoSuchLabelException: No such label: master"
}
}
}
}
我的应用程序.yml
【问题讨论】:
-
下次请将源代码以文本形式发布,而不是截图形式
标签: java spring server cloud config