We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4ed59 commit f50a0f9Copy full SHA for f50a0f9
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -3235,7 +3235,7 @@ replacing those elements from the `web.xml` as follows:
3235
container as if it was a `<servlet/>` and `<servlet-mapping/>` in `web.xml`.
3236
* A `@Bean` of type `Filter` or `FilterRegistrationBean` behaves similarly (like a
3237
`<filter/>` and `<filter-mapping/>`.
3238
-* An `ApplicationContext` in an XML file can be added to an `@Import` in your
+* An `ApplicationContext` in an XML file can be added through an `@ImportResource` in your
3239
`Application`. Or simple cases where annotation configuration is heavily used already
3240
can be recreated in a few lines as `@Bean` definitions.
3241
0 commit comments