File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/endpoints Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ include::{snippets}/info/http-response.adoc[]
20
20
=== Response Structure
21
21
The response contains general information about the application.
22
22
Each section of the response is contributed by an `InfoContributor`.
23
- Spring Boot provides `build` and `git` contributions .
23
+ Spring Boot provides several contributors that are described below .
24
24
25
25
26
26
@@ -39,3 +39,6 @@ The following table describes the structure of the `git` section of the response
39
39
40
40
[cols="2,1,3"]
41
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.
You can’t perform that action at this time.
0 commit comments