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:
3235
3235
container as if it was a `<servlet/>` and `<servlet-mapping/>` in `web.xml`.
3236
3236
* A `@Bean` of type `Filter` or `FilterRegistrationBean` behaves similarly (like a
3237
3237
`<filter/>` and `<filter-mapping/>`.
3238
- * 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.
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.
3241
3241
3242
3242
Once the war is working we make it executable by adding a `main` method to our
3243
3243
`Application`, e.g.
You can’t perform that action at this time.
0 commit comments