🎨
application-framework
search
⌘Ctrlk
🎨
application-framework
  • Introduction
  • 设计模式篇
  • SpringBoot篇
  • Mybatis篇
  • Spring源码解读篇
    • Spring 架构图
    • Spring核心结构及组件分析
    • Spring5 Framework体系结构
    • Spring源码剖析
    • IOC机制从设计理念/实现原理到源码解读
    • AOP实现原理
    • Transaction事务处理源码分析及高级特性
    • SpringMVC源码解读
    • Spring新版本特性解读
  • JPA篇
  • Hibernate篇
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Spring源码解读篇

Spring核心结构及组件分析

hashtag
Core——核心结果包括如下:

IoC container, Events, Resources, i18n, Validation, Data Binding, Type Conversion, SpEL, AOP.

hashtag
组件分析

  • IoC container——IoC容器(包括beans、context)

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#beansarrow-up-right

  • Events——事件定义

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#context-functionality-eventsarrow-up-right

  • Resources——资源

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#resourcesarrow-up-right

  • Validation——验证、Data Binding——数据绑定、Type Conversion——类型转换

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#validationarrow-up-right

  • SpEL——表达式语言

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#expressionsarrow-up-right

  • AOP

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#aoparrow-up-right

PreviousSpring 架构图chevron-leftNextSpring5 Framework体系结构chevron-right

Last updated 5 years ago

  • Core——核心结果包括如下:
  • 组件分析