Document auditevent and httptrace endpoints' need for repositories

Closes gh-18352
This commit is contained in:
Andy Wilkinson
2019-10-07 07:22:10 -05:00
parent 8b9890eb5d
commit 002b2709d9

View File

@@ -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.