Spring Annotations Learning notes - Integrated Framework curriculum

Courses are divided into introduction container, web two aspects.

container:

  • Component Registration:
    • Component is added, @ Bean, @ Configuration, @ Component, @ Service, @ Controller, @ Repository, @ Import, FactoryBean
    • Components assignment component injection
  • Container advantages:
    • AOP
    • Declarative transaction
  • Internal principles:
    • bean registered to the life cycle of destruction
    • Various spring hook function

web:

Guess you like

Origin www.cnblogs.com/demo12138/p/12502770.html