Sample

Introduction to Spring

Simple Class Creation and Injecting an Attribute

Article

The code is from these articles:

Subversion

The Subversion URL for the code is:

Run

To run the application:

mvn clean package exec:java -Dexec.mainClass="com.mycompany.learn.spring.Principal"

JDBC

Article