From cf7c3a5dd7d24cbb293b1b72ecd1bdffbac676e9 Mon Sep 17 00:00:00 2001 From: David Mueller Date: Thu, 23 May 2024 11:00:43 -0400 Subject: [PATCH] fix heading #7331 --- .../reference/pages/feature/springBoot-3.0/description.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/reference/pages/feature/springBoot-3.0/description.adoc b/modules/reference/pages/feature/springBoot-3.0/description.adoc index bed486c2a..9bd33e5a2 100644 --- a/modules/reference/pages/feature/springBoot-3.0/description.adoc +++ b/modules/reference/pages/feature/springBoot-3.0/description.adoc @@ -1,4 +1,5 @@ -## Deploying Spring applications with Liberty InstantOn + +## Faster startup for Spring applications with Liberty InstantOn The Spring Framework and Spring Boot support of the Coordinated Restore at Checkpoint (CRaC) project integrates with xref:ROOT:instanton.adoc[Liberty InstantOn] when you enable the feature:crac-1.4[description=Coordinated Restore at Checkpoint 1.4] feature. The Spring support for checkpointing and restoring an application manages the lifecycle of resources such as socket, files, and thread pools that are used by the application. For more information, see the Spring Boot documentation on link:https://docs.spring.io/spring-boot/docs/current/reference/html/deployment.html#deployment.efficient.checkpoint-restore[Checkpoint and Restore] and the Spring Framework link:https://docs.spring.io/spring-framework/reference/integration/checkpoint-restore.html[Checkpoint and Restore support documentation]. ## Spring Boot Starters