java day59【 AOP 的相关概念[理解] 、 Spring 中的 AOP[掌握] 、 Spring 整合 Junit[掌握] 】

第1章 AOP 的相关概念[理解]

1.1AOP 概述

1.1.1 什么是 AOP

1.1.2 AOP 的作用及优势

1.1.3 AOP 的实现方式

1.2AOP 的具体应用

1.2.1 案例中问题

1.2.2 问题的解决

1.2.3 新的问题

1.2.4 动态代理回顾

1.2.4.1 动态代理的特点

1.2.4.2 动态代理常用的有两种方式

1.2.4.3 使用 JDK 官方的 Proxy 类创建代理对象

1.2.4.4 使用 CGLib 的 Enhancer 类创建代理对象

1.2.5 解决案例中的问题

第2章 Spring 中的 AOP[掌握]

2.1Spring 中 AOP 的细节

2.1.1 说明

2.2.1.5 第五步:抽取公共代码制作成通知

2.3基于注解的 AOP 配置

2.3.1 环境搭建

 

 

猜你喜欢

转载自www.cnblogs.com/xuweng/p/11322992.html