提交 01f6e22a 编写于 作者: 冰 河's avatar 冰 河

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

上级 8d66b480
......@@ -75,6 +75,7 @@
* [《Spring核心技术》第29章:Spring事务概述与编程实战](https://articles.zsxq.com/id_kq76kv1nwzoe.html)
* [《Spring核心技术》第30章:深度解析Spring事务三大接口](https://articles.zsxq.com/id_ho2wnitvu0w1.html)
* [《Spring核心技术》第31章:深度解析Spring事务隔离级别与传播机制](https://articles.zsxq.com/id_27ujpfwf1mh3.html)
* [《Spring核心技术》第32章:深度解析@EnableTransactionManagement注解](https://articles.zsxq.com/id_8oxd67xgmkdk.html)
### 我的新书
......
......@@ -38,6 +38,6 @@ public class UserServiceImpl implements UserService {
@Transactional(rollbackFor = Exception.class)
public void saveUser(User user) {
userDao.saveUser(user);
int i = 1 / 0;
// int i = 1 / 0;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册