NOTE
Spring Framework Learning Resources
A roadmap from dependency injection and bean lifecycle through AOP, transactions, MVC, Boot, and source-code reading.
This is a historical learning note and may contain outdated or incomplete understanding.
Recommended order:
- IoC/dependency injection and bean lifecycle;
BeanFactory/ApplicationContextand post-processors;- AOP proxy/interceptor model;
- transaction boundaries/propagation;
- Spring MVC request flow;
- Spring Boot auto-configuration;
- source analysis pinned to the exact project version.
Prefer current official reference documentation and source tags. Old tutorials can teach concepts but frequently use removed XML conventions, namespaces, or Spring Cloud components.