您的位置: 首页 > IT文章 > Spring AOP Capabilities and Goals Spring AOP Capabilities and Goals 分类: IT文章 • 2024-04-23 14:35:47 Spring中AOP代理由Spring的IOC容器负责生成、管理,其依赖关系也由IOC容器负责管理。 因此,AOP代理可以直接使用容器中的其它bean实例作为目标,这种关系可由IOC容器的依赖注入提供。