Skip to content

Commit ca63a6e

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-32099
2 parents 1c6624d + 191593c commit ca63a6e

File tree

1 file changed

+4
-1
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/endpoints

1 file changed

+4
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/endpoints/info.adoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include::{snippets}/info/http-response.adoc[]
2020
=== Response Structure
2121
The response contains general information about the application.
2222
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.
2424

2525

2626

@@ -39,3 +39,6 @@ The following table describes the structure of the `git` section of the response
3939

4040
[cols="2,1,3"]
4141
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

Comments
 (0)