From ce1c5315800402ccde2cbd15a1365cd7be19fad4 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 12 Feb 2021 23:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20mybatis.jdbcTransaction=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=EF=BC=8C=E6=94=AF=E6=8C=81=20MyBatis=20?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=20JDBC=20=E4=BA=8B=E5=8A=A1=E7=AE=A1?= =?UTF-8?q?=E7=90=86=EF=BC=8C=E9=BB=98=E8=AE=A4=20Spring=20=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BA=8B=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index ba53a000..cafed8ae 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -492,6 +492,9 @@ mybatis: # TypeHandlers 扫描基础包,如果多个,用“,”分隔 scanTypeHandlersPackage: ~ + # 是否开启 JDBC 管理事务,默认 Spring 管理事务 v4.2.3 + jdbcTransaction: false + # Mapper文件刷新线程 mapper: refresh: