dyc87112 / SpringBoot-Learning

《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!
https://blog.didispace.com/spring-boot-learning-2x/
15.7k stars 4.88k forks source link

Chapter3-12 JTA Test Failed #67

Closed MaxenceChaoZHANG closed 3 years ago

MaxenceChaoZHANG commented 3 years ago

test2案例不通过,异常如下: image 数据库也不回滚。 版本:spring boot 2.4.3 mysql 5.7.24

MaxenceChaoZHANG commented 3 years ago

错误原因:数据库引擎使用错误 注:部分数据库引擎不支持事务,比如Mysql的Myisam引擎;更换为InnoDB即可