【发布时间】:2016-08-18 05:13:29
【问题描述】:
在我的 application.yml 中:
endpoints:
restart:
enabled: true
shutdown:
enabled: true
health:
sensitive: false
但是当我请求 /health 时,我总是只得到:
{"status":"UP"}
有获取更多信息的想法吗?
【问题讨论】:
-
请添加更多上下文。
-
对于“未开启安全性”的我来说,只需设置
endpoints.trace.sensitive: false就足够了...
标签: spring spring-boot actuator