Spring core functionality?

Spring core functionality?

There are three core components in the spring framework:

Core、Context 和 Beans

The core component is Beans

The core function provided by Spring is Bean Factory

The core problem that Spring solves is to convert the dependency relationship between objects into a configuration file to manage, which is Spring's dependency injection mechanism. This injection mechanism is managed in the Ioc container

Guess you like

Origin blog.csdn.net/qq_52963857/article/details/131722175