Commit 002b2709 authored by Andy Wilkinson's avatar Andy Wilkinson

Document auditevent and httptrace endpoints' need for repositories

Closes gh-18352
parent 8b9890eb
...@@ -62,7 +62,7 @@ The following technology-agnostic endpoints are available: ...@@ -62,7 +62,7 @@ The following technology-agnostic endpoints are available:
| `auditevents` | `auditevents`
| Exposes audit events information for the current application. | Exposes audit events information for the current application.
| Yes | Yes. Requires an `AuditEventRepository` bean
| `beans` | `beans`
| Displays a complete list of all the Spring beans in your application. | Displays a complete list of all the Spring beans in your application.
...@@ -94,7 +94,7 @@ The following technology-agnostic endpoints are available: ...@@ -94,7 +94,7 @@ The following technology-agnostic endpoints are available:
| `httptrace` | `httptrace`
| Displays HTTP trace information (by default, the last 100 HTTP request-response exchanges). | Displays HTTP trace information (by default, the last 100 HTTP request-response exchanges).
| Yes | Yes. Requires an `HttpTraceRepository` bean
| `info` | `info`
| Displays arbitrary application info. | Displays arbitrary application info.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment