作者:admin , 分类:未分类 , 浏览:332 , 评论:0
2021年12月01日
作者:admin , 分类:未分类 , 浏览:332 , 评论:0
2021年12月01日
在我们没有开启事务的时候,如果使用mybatis,我们会在日志中看到如下的内容:"Closing non transactional SqlSession",这种情况说明没有开启Spring的事务管理,因此才会关闭一个非事务的SqlSession。
那么如何开启事务管理呢?最简单的方式就是添加下面两条配置:
<2021年12月01日
排BUG:java.lang.AbstractMethodError: Receiver class com.mysql.jdbc.Connection does not define or inherit an implementation of the resolved method 'abstract boolean isValid(int)' of interface java.sql.Connection.
<
Powered By Z-BlogPHP 1.7.3
Copyright Your WebSite.Some Rights Reserved.