We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c6624d + 191593c commit ca63a6eCopy full SHA for ca63a6e
spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/endpoints/info.adoc
@@ -20,7 +20,7 @@ include::{snippets}/info/http-response.adoc[]
20
=== Response Structure
21
The response contains general information about the application.
22
Each section of the response is contributed by an `InfoContributor`.
23
-Spring Boot provides `build` and `git` contributions.
+Spring Boot provides several contributors that are described below.
24
25
26
@@ -39,3 +39,6 @@ The following table describes the structure of the `git` section of the response
39
40
[cols="2,1,3"]
41
include::{snippets}/info/response-fields-beneath-git.adoc[]
42
+
43
+NOTE: This is the "simple" output.
44
+The contributor can also be configured to output all available data.
0 commit comments