From ada6150157604b95130fc28e97b4f6987ddbc7f0 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sat, 28 Feb 2015 14:02:20 +0800 Subject: [PATCH] Update spring_boot_actuator.md --- spring_boot_actuator.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring_boot_actuator.md b/spring_boot_actuator.md index 95f75ad..3aa6fd0 100644 --- a/spring_boot_actuator.md +++ b/spring_boot_actuator.md @@ -30,6 +30,7 @@ dependencies { 端点暴露的方式取决于你采用的技术类型。大部分应用选择HTTP监控,端点的ID映射到一个URL。例如,默认情况下,health端点将被映射到/health。 下面的端点都是可用的: + | ID | 描述 |敏感(Sensitive)| | ---- | :----- | :----- | |autoconfig|显示一个auto-configuration的报告,该报告展示所有auto-configuration候选者及它们被应用或未被应用的原因|true|