摘要:
Spring框架的基石是core模块。core模块主要实现了IOC和AOP两大功能。 其中IOC(iversion of control),也就是控制反转,有时也称作依赖注入(DI, dependengcy injection),指的是,将对象的生命周期委托给第三方容器来管理,降低代码耦合度。 AO 阅读全文
posted @ 2018-01-27 23:16
Rim99
阅读(178)
评论(0)
推荐(0)
Talk is cheap, check my code