严重: Servlet.service() for servlet [dispatcher] in context with path [/ycjg] threw exception [Request processing failed; nested exception is org.springframework.transaction.UnexpectedRollbackException: Transaction rolled back because it has been marked as rollback-only] with root cause
org.springframework.transaction.UnexpectedRollbackException: Transaction rolled back because it has
一般是,Mapper XML Files中sql语句写的不对导致事务回滚,注意查缺补漏。
有可能少了AND、WHERE、ON等等。
也有可能参数啊格式啊写得不对等等。
本文探讨了在Spring框架下,由于MapperXMLFiles中SQL语句编写错误导致的事务回滚问题。常见错误包括缺少AND、WHERE等关键字,或参数格式不当。文章提供了排查和修复这些问题的指导。

9264

被折叠的 条评论
为什么被折叠?



