This commit is contained in:
2026-06-08 10:20:45 +08:00
parent b3c0452621
commit 9c11e484f3
5 changed files with 162 additions and 4 deletions

View File

@@ -4,7 +4,8 @@
---
# 一、IOC
  Spring框架的核心是IOC控制反转容器它负责管理应用程序中的对象称为Bean的创建、配置和组装。
  Spring框架的核心是IOC控制反转容器它负责管理应用程序中的对象称为Bean的创建、配置和组装。
  [IoC 容器](https://docs.springjava.cn/spring-framework/reference/core/beans.html)
# 二、Bean
## 2.1 定义