Alice52 / spring-5.2.x

spring source code
https://github.com/Alice52/spring-5.2.x/issues/2
0 stars 1 forks source link

[spring] overview #2

Open Alice52 opened 2 years ago

Alice52 commented 2 years ago

1. spring core

feature

  1. ioc: aop
  2. aop: transactional
  3. validation
  4. event
  5. type convert
  6. data bind
  7. spel
  8. resource
  9. i18

pros & cons

  1. 约定优于配置
  2. 低侵入
  3. 低耦合
  4. 模块化
  5. 轻量级
  6. 高可扩展
    • 模板模式
    • 观察者模式

2. sprinf mvc

3. spring boot

4. spring cloud

Alice52 commented 2 years ago
  1. context

    image

  2. factory

    spring-factory