摘要: AOP是Spring Core中几大重要能力之一,我们可以使用AOP实现很多功能,比如我们常用的日志处理与Spring中的声明式事务。 AOP的重要概念: 1.Aspect:切面,在Spring中意为所有通知方法所在的类 2.Join point:连接点,程序执行中的一点,在Spring中只表示方法 阅读全文
posted @ 2022-12-11 16:25 湫龙 阅读(642) 评论(0) 推荐(0) 编辑
摘要: 1、ApplicationContext VS BeanFactory l 二者来自的 jar 包不同;BeanFactory 来自 spring.beans.jar;ApplicationnContext 来自 spring.context.jar 下。 l BeanFactory 和 Appli 阅读全文
posted @ 2022-12-11 09:40 湫龙 阅读(17) 评论(0) 推荐(0) 编辑