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
This commit is contained in:
Phillip Webb
2024-09-03 20:15:56 -07:00
parent d0c9e0e9e7
commit 8358630bd5

View File

@@ -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.