From e45273a9b3dbfc415b1b47abba8c3273b45379b5 Mon Sep 17 00:00:00 2001 From: ckx6954 Date: Fri, 28 Mar 2025 15:42:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A1=B0=EA=B1=B4=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../localhost/common/config/mybatis/TransactionConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/company/localhost/common/config/mybatis/TransactionConfig.java b/src/main/java/io/company/localhost/common/config/mybatis/TransactionConfig.java index ac038f0..420a440 100644 --- a/src/main/java/io/company/localhost/common/config/mybatis/TransactionConfig.java +++ b/src/main/java/io/company/localhost/common/config/mybatis/TransactionConfig.java @@ -89,7 +89,7 @@ public class TransactionConfig { // naming 설정 txAttributes.setProperty("select*", readOnlyAttribute.toString()); - txAttributes.setProperty("*NewTx*", newTxAttribute.toString()); + txAttributes.setProperty("insert*", newTxAttribute.toString()); txAttributes.setProperty("*NestedTx*", nestedTxAttribute.toString()); txAttributes.setProperty("*", writeTxAttribute.toString());