From 6d5cc50fd9b7c5ff128aa60bcd710cb22470c1a3 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期二, 13 五月 2025 18:04:34 +0800
Subject: [PATCH] fix:更新Prod的配置文件为生产正式文件

---
 ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml b/ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml
index 04111e8..d986d0e 100644
--- a/ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml
+++ b/ruoyi-admin/src/main/resources/mybatis/mybatis-config.xml
@@ -13,15 +13,7 @@
         <setting name="defaultExecutorType"      value="SIMPLE" />
 		<!-- 鎸囧畾 MyBatis 鎵�鐢ㄦ棩蹇楃殑鍏蜂綋瀹炵幇 -->
         <setting name="logImpl"                  value="SLF4J"  />
-        <!-- 浣跨敤椹煎嘲鍛藉悕娉曡浆鎹㈠瓧娈� -->
-		<setting name="mapUnderscoreToCamelCase" value="true"/>
-        <!-- 浣跨敤鍒楀埆鍚嶆浛鎹㈠垪鍚� 榛樿:true -->
-        <setting name="useColumnLabel" value="true" />
-        <!-- 閰嶇疆SQL Server鏂硅█ -->
-        <setting name="databaseId" value="sqlserver" />
-        <!-- SQL Server鐗瑰畾閰嶇疆 -->
-        <setting name="jdbcTypeForNull" value="NULL"/>
-        <setting name="defaultExecutorType" value="BATCH"/>
+        
 	</settings>
 	
 </configuration>

--
Gitblit v1.9.1