1.熟悉Spring 事务管理的3个核心接口
2.了解Spring 事务管理的两种方式
3.掌握基于XML 和 Annotation 的声明式事务的使用
2.创建项目,引入依赖 3.配置spring 配置文件 4.创建实体类创建com.hxci.jz.pojo,分别创建Customer和Student两个类
5.创建接口和实现类
6.创建Mapper
分别创建 customerMapper.xml 和 studentMapper.xml
7.创建测试类创建TestDemo测试类来对 增删改查进行测试



