提交 92c5f915 编写于 作者: 冰 河's avatar 冰 河

提交《Spring核心技术》第26章文章

上级 0eca1365
......@@ -69,6 +69,7 @@
* [《Spring核心技术》第23章:深度解析@EnableAspectJAutoProxy注解](https://articles.zsxq.com/id_khq22od1cfhz.html)
* [《Spring核心技术》第24章:深度解析切入点表达式](https://articles.zsxq.com/id_c8z1ro4n7iqu.html)
* [《Spring核心技术》第25章:深度解析构建AOP拦截器链的流程](https://articles.zsxq.com/id_1le7i7cflbec.html)
* [《Spring核心技术》第26章:深度解析调用通知方法的流程](https://articles.zsxq.com/id_twxhnxik8enc.html)
### 我的新书
......
......@@ -30,7 +30,7 @@ import org.springframework.stereotype.Service;
public class AspectServiceImpl implements AspectService {
@Override
public void saveOrUpdateAspectBean(AspectBean aspectBean) {
int i = 1 / 0;
// int i = 1 / 0;
System.out.println("保存或者更新AspectBean对象...");
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册