From 002b2709d9ec9787795a629184f516dbfe21ae64 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 7 Oct 2019 07:22:10 -0500 Subject: [PATCH] Document auditevent and httptrace endpoints' need for repositories Closes gh-18352 --- .../src/main/asciidoc/production-ready-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 717790f8b0..1a1f483990 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -62,7 +62,7 @@ The following technology-agnostic endpoints are available: | `auditevents` | Exposes audit events information for the current application. -| Yes +| Yes. Requires an `AuditEventRepository` bean | `beans` | Displays a complete list of all the Spring beans in your application. @@ -94,7 +94,7 @@ The following technology-agnostic endpoints are available: | `httptrace` | Displays HTTP trace information (by default, the last 100 HTTP request-response exchanges). -| Yes +| Yes. Requires an `HttpTraceRepository` bean | `info` | Displays arbitrary application info.