mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Update ioc-and-aop.md
修改笔误
This commit is contained in:
parent
ff1db4debb
commit
55f7390375
@ -57,7 +57,7 @@ IoC 的思想就是两方之间不互相依赖,由第三方容器来管理相
|
||||
|
||||

|
||||
|
||||
使用 IoC 的思想,我们将对象的控制权(创建、管理)交有 IoC 容器去管理,我们在使用的时候直接向 IoC 容器 “要” 就可以了
|
||||
使用 IoC 的思想,我们将对象的控制权(创建、管理)交由 IoC 容器去管理,我们在使用的时候直接向 IoC 容器 “要” 就可以了
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user