Commit f50a0f97 authored by Michael J. Simons's avatar Michael J. Simons Committed by Stephane Nicoll

Clarify usage of @ImportResource in doc

See gh-8143
parent 3e4ed59f
......@@ -3235,7 +3235,7 @@ replacing those elements from the `web.xml` as follows:
container as if it was a `<servlet/>` and `<servlet-mapping/>` in `web.xml`.
* A `@Bean` of type `Filter` or `FilterRegistrationBean` behaves similarly (like a
`<filter/>` and `<filter-mapping/>`.
* 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
`Application`. Or simple cases where annotation configuration is heavily used already
can be recreated in a few lines as `@Bean` definitions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment