File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ Chapter 3 Examples
2
+ ==================
3
+ This folder contains example code for chapter 3 of Spring in Action, 4th Edition.
4
+ The samples are split across multiple directories:
5
+
6
+ * profiles : Examples illustrating profile configuration for section 3.1.
7
+ * conditionals : Examples illustrating conditional configuration for section 3.2.
8
+ * scopedbeans : Examples illustrating scoped bean configuration for section 3.4.
9
+ * externals : Examples illustrating external configuration for section 3.5.
10
+
11
+ Note that because the examples evolve throughout the chapter and the book's text sometimes
12
+ shows multiple ways of accomplishing a goal, not all variations of the code in the book will
13
+ be represented in these samples. You are invited to use this source code as a starting point
14
+ and experiment using the variations presented in the text.
You can’t perform that action at this time.
0 commit comments