SpringBoot 添加了 @Transactional 事物没有回滚

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot 添加了 @Transactional 事物没有回滚相关的知识,希望对你有一定的参考价值。

设置了 @Transactional 事物不回滚

找了半天资料,原来时因为数据表type为MyIsam,应该改为InnnoDB

 

摘自: https://my.oschina.net/happyBKs/blog/1624482

以上是关于SpringBoot 添加了 @Transactional 事物没有回滚的主要内容,如果未能解决你的问题,请参考以下文章

[Spring Data JPA问题]Executing an update/delete query; nested exception is javax.persistence.Transacti

Spring junit 测试模板可能不存在

总结一下事务的原理

springBoot添加日志管理

使用springboot怎么添加一个filter过滤器

Spring Boot中添加Thymeleaf模板