Skip to content

Commit a765cc1

Browse files
committed
Create README.md
1 parent 14351c1 commit a765cc1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Chapter_03/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

0 commit comments

Comments
 (0)