DI(Dependency Injection),是指依赖的对象不需要手动调用 setXX 方法去设置,而是通过配置赋值。
面向切面编程AOP(Aspect Oriented Programming)。
容器