From 8358630bd55d614067d5aad035c87a7014492baa Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 3 Sep 2024 20:15:56 -0700 Subject: [PATCH] Remove "Converting a Spring Boot JAR Application to a WAR" Remove "Converting a Spring Boot JAR Application to a WAR" since the guide is no longer available. Closes gh-42110 --- README.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/README.adoc b/README.adoc index 51b4ee3db3..f570bfec5f 100755 --- a/README.adoc +++ b/README.adoc @@ -170,7 +170,6 @@ The https://spring.io/[spring.io] site contains several guides that show how to * https://spring.io/guides/gs/spring-boot/[Building an Application with Spring Boot] is an introductory guide that shows you how to create an application, run it, and add some management services. * https://spring.io/guides/gs/actuator-service/[Building a RESTful Web Service with Spring Boot Actuator] is a guide to creating a REST web service and also shows how the server can be configured. -* https://spring.io/guides/gs/convert-jar-to-war/[Converting a Spring Boot JAR Application to a WAR] shows you how to run applications in a web server as a WAR file.