记一次JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@274fdea6] will not be managed b

在springboot工程中:开启事物管理后执行发现

Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47e872bf] was not registered for synchronization because synchronization is not active
JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@274fdea6] will not be managed by Spring
==>  Preparing: select xxx
==> Parameters: 10(Integer), 0(String)
<==    Columns: xxx
<==        Row: xxx
<==      Total: 1
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47e872bf]

究其原因,该service上未加 

@Transactional注解,加上注解后打印如下
Creating a new SqlSession
Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f113b85]
JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@633ddc0c] will be managed by Spring
==>  Preparing: select xxxxx
==> Parameters: 10(Integer), 0(String)
<==    Columns: xxx
<==        Row: xxx
<==      Total: 1
Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f113b85]
Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f113b85]
Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f113b85]
Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f113b85]

 

评论 10
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值