Spring already
provides many getting started guides.
Also you would find unlimited blogs, tutorials and ebooks related to
Spring framework and projects on internet. Yet I thought to add one more post
on Core Spring to the list... :-)
Anyway, to cut a
long story short, this is just to let people know that I had made my learning
code snippets (along with some notes) of Core Spring on GitHub publically
available. It can be useful to you, if you wish to learn key concepts of Core
Spring quickly by referring to readily available code snippets, get your
hands dirty by altering the code snippet
to explore further, refresh it for interview purpose, etc.
Learning-Spring
Repository URL@ https://github.com/tirthalpatel/Learning-Spring.
Clone or download it to your local machine from the Github and refer README of gs-spring-core for project setup. Below screenshot highlights what you
would get in this project.
When I say
"Spring Core", it refers to the foundation of Spring Framework as
highlighted with red color boundary in below diagram.
Also you can refer
my another post on "Executive Overview of Spring IO" to get a bird's-eye view of Spring IO platform
and projects.
Also Refer