Skip to content

Commit 851395a

Browse files
committed
Merge pull request #42691 from IMWoo94
* pr/42691: Remove dead "Converting a jar to a war" guide link Closes gh-42691
2 parents 41ae973 + 497bdb8 commit 851395a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/traditional-deployment.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ This means that, in addition to being deployable to a servlet container, you can
7272
=== Convert an Existing Application to Spring Boot
7373
To convert an existing non-web Spring application to a Spring Boot application, replace the code that creates your `ApplicationContext` and replace it with calls to `SpringApplication` or `SpringApplicationBuilder`.
7474
Spring MVC web applications are generally amenable to first creating a deployable war application and then migrating it later to an executable war or jar.
75-
See the https://spring.io/guides/gs/convert-jar-to-war/[Getting Started Guide on Converting a jar to a war].
7675

7776
To create a deployable war by extending `SpringBootServletInitializer` (for example, in a class called `Application`) and adding the Spring Boot `@SpringBootApplication` annotation, use code similar to that shown in the following example:
7877

0 commit comments

Comments
 (0)