From c21e0bece3275bd94c678f7e3f5f8b311429fc91 Mon Sep 17 00:00:00 2001 From: David Mueller Date: Thu, 31 Aug 2023 15:34:37 -0400 Subject: [PATCH] add spring boot topics #4746 --- modules/ROOT/nav.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 1b3eabba3d..de918c9e81 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -97,6 +97,9 @@ * xref:instanton.adoc[Faster startup with InstantOn] ** xref:instanton-sycalls-json.adoc[InstantOn system calls] ** xref:instanton-limitations.adoc[InstantOn limitations and known issues] +* xref:deploy-spring-boot.adoc[Configure and Deploy Spring Boot applications to Open Liberty] + ** xref:configure-spring-boot-actuator[Configuring non-default settings for the Spring Boot Actuator] + ** https://openliberty.io/guides/spring-boot.html[Guide:Containerizing, packaging, and running a Spring Boot application] * xref:runnable-jar-files.adoc[Runnable JAR files] * xref:class-loader-library-config.adoc[Class loader configuration] * xref:virtual-hosts.adoc[Virtual hosts]