From e755f5107e8d551f4406632dd689d26b494e1dd1 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 29 Nov 2022 16:27:26 +0100 Subject: [PATCH] Fix formatting --- .../src/docs/asciidoc/actuator/endpoints.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc index 8c37520480..faefc79352 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc @@ -76,16 +76,16 @@ The following technology-agnostic endpoints are available: | `sessions` | 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` | Lets the application be gracefully shutdown. -Only works when using jar packaging. -Disabled by default. + Only works when using jar packaging. + Disabled by default. | `startup` | Shows the <> collected by the `ApplicationStartup`. -Requires the `SpringApplication` to be configured with a `BufferingApplicationStartup`. + Requires the `SpringApplication` to be configured with a `BufferingApplicationStartup`. | `threaddump` | Performs a thread dump.