File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
3085
3085
It *is* however possible to run a Spring Boot application on an older container with some
3086
3086
special tools. If you include `org.springframework.boot:spring-boot-legacy` as a
3087
3087
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
3089
3089
is create a `web.xml` and declare a context listener to create the application context and
3090
3090
your filters and servlets. The context listener is a special purpose one for Spring Boot,
3091
3091
but the rest of it is normal for a Spring application in Servlet 2.5. Example:
You can’t perform that action at this time.
0 commit comments