SpringBootSpringboot hibernate 事务不回滚

589人围观 0个不明物体

Springboot hibernate 事务不回滚 问题排查 1,首先需要在启动类上添加注解 @EnableTransactionManagement 2,在public方法上添加注解 @Transactional 3,如果使用了try来捕获异常,可以手动添加代码 TransactionAspectSupport.currentTransactionStatu