Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Spring Framework设计模式

1. 后缀模式

1.1 处理器模式

  • Processor
  • Resolver
  • Handler

1.2 意识模式

  • Aware
    • org.springframework.web.context.ServletContextAware
    • org.springframework.context.ApplicationContextAware

1.3 配置器模式

  • Configurer

1.4 选择器模式

org.springframework.context.annotation.ImportSelector

2. 前缀模式

2.1 Enable模式

2.2 Configurable模式

3. Event/Listener

4. Environment

5. DataBinder

6. 结合传统GOF 23