🎨
application-framework
Ctrlk
  • Introduction
  • 设计模式篇
  • SpringBoot篇
  • Mybatis篇
  • Spring源码解读篇
    • Spring 架构图
    • Spring核心结构及组件分析
    • Spring5 Framework体系结构
    • Spring源码剖析
    • IOC机制从设计理念/实现原理到源码解读
    • AOP实现原理
    • Transaction事务处理源码分析及高级特性
    • SpringMVC源码解读
    • Spring新版本特性解读
  • JPA篇
  • Hibernate篇
Powered by GitBook
On this page
  • Core——核心结果包括如下:
  • 组件分析

Was this helpful?

  1. Spring源码解读篇

Spring核心结构及组件分析

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

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

组件分析

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

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#beans

  • Events——事件定义

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

  • Resources——资源

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#resources

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

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#validation

  • SpEL——表达式语言

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#expressions

  • AOP

https://docs.spring.io/spring/docs/5.0.8.RELEASE/spring-framework-reference/core.html#aop

PreviousSpring 架构图NextSpring5 Framework体系结构

Last updated 5 years ago

Was this helpful?