Merge branch '1.5.x'

pull/6883/merge
Stephane Nicoll 8 years ago
commit ed7c6e2063

@ -2967,9 +2967,9 @@ replacing those elements from the `web.xml` as follows:
container as if it was a `<servlet/>` and `<servlet-mapping/>` in `web.xml`. container as if it was a `<servlet/>` and `<servlet-mapping/>` in `web.xml`.
* A `@Bean` of type `Filter` or `FilterRegistrationBean` behaves similarly (like a * A `@Bean` of type `Filter` or `FilterRegistrationBean` behaves similarly (like a
`<filter/>` and `<filter-mapping/>`. `<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
`Application`. Or simple cases where annotation configuration is heavily used already your `Application`. Or simple cases where annotation configuration is heavily used
can be recreated in a few lines as `@Bean` definitions. already can be recreated in a few lines as `@Bean` definitions.
Once the war is working we make it executable by adding a `main` method to our Once the war is working we make it executable by adding a `main` method to our
`Application`, e.g. `Application`, e.g.

Loading…
Cancel
Save