From 1186fb52fe949db71ba6d442210e6ea62eaaabfa Mon Sep 17 00:00:00 2001 From: xiang Date: Tue, 22 Jul 2025 20:20:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:mybatis=20xml=E6=96=87=E4=BB=B6=E6=98=A0?= =?UTF-8?q?=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/src/main/resources/application.yml b/script/src/main/resources/application.yml index 031afce..cdfd58a 100644 --- a/script/src/main/resources/application.yml +++ b/script/src/main/resources/application.yml @@ -1,6 +1,6 @@ mybatis: mapper-locations: - - classpath*:mapper/*.xml + - classpath*:mapper/*/*.xml configuration: map-underscore-to-camel-case: true