File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3235,9 +3235,9 @@ replacing those elements from the `web.xml` as follows:
32353235 container as if it was a `<servlet/>` and `<servlet-mapping/>` in `web.xml`.
32363236* A `@Bean` of type `Filter` or `FilterRegistrationBean` behaves similarly (like a
32373237 `<filter/>` and `<filter-mapping/>`.
3238- * An `ApplicationContext` in an XML file can be added to an `@Import ` 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.
3238+ * An `ApplicationContext` in an XML file can be added through an `@ImportResource ` in
3239+ your `Application`. Or simple cases where annotation configuration is heavily used
3240+ already can be recreated in a few lines as `@Bean` definitions.
32413241
32423242Once the war is working we make it executable by adding a `main` method to our
32433243`Application`, e.g.
You can’t perform that action at this time.
0 commit comments