Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
345fa7a1
Commit
345fa7a1
authored
Mar 17, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify fluent builder documentation note.
parent
f0b6f6a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+4
-4
No files found.
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
345fa7a1
...
@@ -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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment