Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 682 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 682 Bytes

small-spring

Inspiration & Reference

Steps

IOC

  • step-01 Simple bean factory
  • step-02 Bean definition and registry
  • step-03 Instantiation strategy
  • step-04 Populate bean with values
  • step-05 Load bean from resource
  • step-06 ApplicationContext
  • step-07 Init method and destroy method
  • step-08 Aware
  • step-09 Scope and factory bean
  • step-10 Event and event listener

AOP

  • step-11 Jdk and cglib dynamic proxy
  • step-12 Auto proxy
  • step-13 Package scan and placeholder configure