Skip to content

Commit b5b69cc

Browse files
committed
Merge branch '1.4.x' into 1.5.x
2 parents ccb0e6b + f3537da commit b5b69cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3228,9 +3228,9 @@ replacing those elements from the `web.xml` as follows:
32283228
container as if it was a `<servlet/>` and `<servlet-mapping/>` in `web.xml`.
32293229
* A `@Bean` of type `Filter` or `FilterRegistrationBean` behaves similarly (like a
32303230
`<filter/>` and `<filter-mapping/>`.
3231-
* An `ApplicationContext` in an XML file can be added to an `@Import` in your
3232-
`Application`. Or simple cases where annotation configuration is heavily used already
3233-
can be recreated in a few lines as `@Bean` definitions.
3231+
* An `ApplicationContext` in an XML file can be added through an `@ImportResource` in
3232+
your `Application`. Or simple cases where annotation configuration is heavily used
3233+
already can be recreated in a few lines as `@Bean` definitions.
32343234

32353235
Once the war is working we make it executable by adding a `main` method to our
32363236
`Application`, e.g.

0 commit comments

Comments
 (0)