Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 209 Bytes

2-design-partten.md

File metadata and controls

8 lines (7 loc) · 209 Bytes

设计模式

  • 代理模式:AOP
  • 单例模式:默认 Bean 为单例
  • 工厂模式:BeanFactory
  • IOC:依赖倒置 or 依赖注入
  • MVC:spring web
  • 模版方法模式:JdbcTemplate