Skip to content

Commit

Permalink
fix heading
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuelle committed May 23, 2024
1 parent 27acef4 commit cf7c3a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf7c3a5

Please sign in to comment.