0

我的 Spring Boot 应用程序的健康检查状态如下所示。

我无法调试或生成堆栈跟踪。我尝试在整个 Internet 上寻找解决方案,但没有发现任何实质性内容。请帮忙。

{
    "status": "DOWN",
    "diskSpace": {
        "status": "UP",
        "total": 250438021120,
        "free": 228222181376,
        "threshold": 10485760
    },
    "db": {
        "status": "UP",
        "database": "MySQL",
        "hello": 1
    },
    "refreshScope": {
        "status": "UP"
    },
    "hystrix": {
        "status": "UP"
    },
    "consul": {
        "status": "DOWN",
        "error": "com.ecwid.consul.v1.OperationException: null"
    }
}
4

0 回答 0