From 860a9b94ea26938f80c51f27bbcdbbacea9975a7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 16 Dec 2015 10:42:20 +0000 Subject: [PATCH] Add the docs endpoint to the table of Actuator endpoints Closes gh-4597 --- .../src/main/asciidoc/production-ready-features.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index e2e8274298..c70007b865 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -86,6 +86,11 @@ HATEOAS to be on the classpath. |Displays a collated list of all `@ConfigurationProperties`. |true +|`docs` +|Displays documentation, including example requests and responses, for the Actuator's +endpoints. Requires `spring-boot-actuator-docs` to be on the classpath. +|false + |`dump` |Performs a thread dump. |true