目录1. 事务管理器2. 编程式事务管理使用 TransactionTemplate使用 PlatformTransactionManager3. 声明式事务管理使用 @Transactional 注解4. 事务传播和隔离级别示例:配置和使用事务配置 Spring 事务管理使用 @Tra