Commit 345fa7a1 authored by Phillip Webb's avatar Phillip Webb

Simplify fluent builder documentation note.

parent f0b6f6a5
...@@ -94,10 +94,10 @@ For example: ...@@ -94,10 +94,10 @@ For example:
---- ----
NOTE: There are some restrictions when creating an `ApplicationContext` hierarchy, e.g. NOTE: There are some restrictions when creating an `ApplicationContext` hierarchy, e.g.
the parent application context is *not* a `WebApplicationContext`. Both parent and child Web components *must* be contained within the child context, and the same `Environment`
are executed with the same `Environment` constructed in the usual way to include command will be used for both parent and child contexts. See the
line arguments. Any `ServletContextAware` components all have to go in the child {dc-spring-boot}/builder/SpringApplication.{dc-edit}[`SpringApplicationBuilder` javadoc]
context, otherwise there is no way for Spring Boot to create the `ServletContext` in time. for full details.
......
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