diff --git a/README.md b/README.md index 08f8e70..a191e6b 100644 --- a/README.md +++ b/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 diff --git a/doc/contexts.graffle b/doc/contexts.graffle new file mode 100644 index 0000000..4c4e13f Binary files /dev/null and b/doc/contexts.graffle differ diff --git a/doc/contexts.png b/doc/contexts.png new file mode 100644 index 0000000..365340b Binary files /dev/null and b/doc/contexts.png differ