目录声明式事务回滚:1. 基础注解配置2. 指定回滚异常类型3. 不回滚特殊场景编程式事务回滚:1. 使用 TransactionTemplate 实现编程式事务2. 使用 PlatformandroidTransactionManager 实现编程式事务嵌套事务与