NOTE

Spring Framework Learning Resources

A roadmap from dependency injection and bean lifecycle through AOP, transactions, MVC, Boot, and source-code reading.

JavaCreated Updated 1 min readhistorical

This is a historical learning note and may contain outdated or incomplete understanding.

Recommended order:

  1. IoC/dependency injection and bean lifecycle;
  2. BeanFactory/ApplicationContext and post-processors;
  3. AOP proxy/interceptor model;
  4. transaction boundaries/propagation;
  5. Spring MVC request flow;
  6. Spring Boot auto-configuration;
  7. 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.

Loading helpful count