Fix formatting

pull/33648/head
Moritz Halbritter 2 years ago
parent 20d51a128b
commit e755f5107e

@ -76,16 +76,16 @@ The following technology-agnostic endpoints are available:
| `sessions` | `sessions`
| Allows retrieval and deletion of user sessions from a Spring Session-backed session store. | Allows retrieval and deletion of user sessions from a Spring Session-backed session store.
Requires a servlet-based web application that uses Spring Session. Requires a servlet-based web application that uses Spring Session.
| `shutdown` | `shutdown`
| Lets the application be gracefully shutdown. | Lets the application be gracefully shutdown.
Only works when using jar packaging. Only works when using jar packaging.
Disabled by default. Disabled by default.
| `startup` | `startup`
| Shows the <<features#features.spring-application.startup-tracking,startup steps data>> collected by the `ApplicationStartup`. | Shows the <<features#features.spring-application.startup-tracking,startup steps data>> collected by the `ApplicationStartup`.
Requires the `SpringApplication` to be configured with a `BufferingApplicationStartup`. Requires the `SpringApplication` to be configured with a `BufferingApplicationStartup`.
| `threaddump` | `threaddump`
| Performs a thread dump. | Performs a thread dump.

Loading…
Cancel
Save