Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add diagram of context hierarchy
iay committed May 13, 2018
1 parent ac3623f commit f0b3661
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -10,6 +10,10 @@ Built using:

## Spring Contexts

The Spring application contexts in the application are arranged as follows:

![Contexts](doc/contexts.png)

The root `ApplicationContext` in the application is the one provided by Spring
Boot. This is primarily configured using Java and annotations, but the
classpath resource `root-beans.xml` is also loaded into this context. This
Binary file added doc/contexts.graffle
Binary file not shown.
Binary file added doc/contexts.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0b3661

Please sign in to comment.