I am doing unit testing and I expect that all data committed to the MySQL database will be rolled back... but this isn\'t the case. The data is being committed, even though my
For me defaultAutoCommit and @Transactional didn't help. I had to change db type to InnoDB