SpringBoot事务不回滚总结Soulock2022年08月14日Java,Spring问题原因 数据库引擎一定不能为MyISAM 解决方案 使用InnoDB引擎,因为MyISAM不支持事务。#springboot#事务