feat:更新博客
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# 二、Bean
|
||||
## 2.1 定义
|
||||
  在Spring中,Bean是指由Spring IOC容器管理的对象实例。这些对象不再由应用程序直接创建,而是由容器负责实例化、配置和组装。
|
||||
  在Spring中,Bean是指由Spring IOC容器管理的对象实例。这些对象不再由应用程序直接创建,而是由容器负责实例化、配置和组装。
|
||||
  例如@Service、@Controller就是特殊的Bean。
|
||||
|
||||
## 2.2 特点
|
||||
|
||||
Reference in New Issue
Block a user