Skip to content

Commit 8418544

Browse files
committed
Create README.md
1 parent bd492ab commit 8418544

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Chapter_02/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Chapter 2 Examples
2+
==================
3+
This folder contains example code for chapter 2 of Spring in Action, 4th Edition.
4+
The samples are split across multiple directories:
5+
6+
* stereo-autoconfig : Examples illustrating component-scanning and auto-wiring for section 2.2.
7+
* stereo-javaconfig : Examples illustrating Java configuration for section 2.3.
8+
* stereo-xmlconfig : Examples illustrating XML configuration for section 2.4.
9+
* stereo-mixedconfig : Examples illustrating mixed XML and Java configuration for section 2.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)