Skip to content

Commit f07cb01

Browse files
committed
Merge pull request #6492 from zhanhb:patch-1
* pr/6492: Fix `spring-boot-legacy` version
2 parents a1ed7c5 + 8d84123 commit f07cb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3085,7 +3085,7 @@ etc.) so you can't use the same application out of the box in a Servlet 2.5 con
30853085
It *is* however possible to run a Spring Boot application on an older container with some
30863086
special tools. If you include `org.springframework.boot:spring-boot-legacy` as a
30873087
dependency (https://github.com/scratches/spring-boot-legacy[maintained separately] to the
3088-
core of Spring Boot and currently available at 1.0.0.RELEASE), all you should need to do
3088+
core of Spring Boot and currently available at 1.0.2.RELEASE), all you should need to do
30893089
is create a `web.xml` and declare a context listener to create the application context and
30903090
your filters and servlets. The context listener is a special purpose one for Spring Boot,
30913091
but the rest of it is normal for a Spring application in Servlet 2.5. Example:

0 commit comments

Comments
 (0)