spring core container

The core container includes: Beans, Core, Context, SpEL

 

1. core module provides the whole beans and the most basic part of the frame, including the IoC (inversion control) and Dependency Injection (DI).

 

2. Context based on Core and Beans modules provide the above: he provides a way to access the object framed

 

3. core, beans, context constitutes a skeleton Spring

 

4. SpEL: provides a powerful expression language for operating an object at runtime

 ———————————————— 

Disclaimer: This article is the original article CSDN bloggers "Celine Dan", following the CC 4.0 by-sa copyright agreement, reproduced, please attach the original source link and this statement.

Original link: https: //blog.csdn.net/cd18333612683/article/details/78312206

Guess you like

Origin www.cnblogs.com/feng9exe/p/11712567.html