From e199d144a3df5ebde1d3476a624aae50a0b11dec Mon Sep 17 00:00:00 2001 From: xiang Date: Sun, 27 Jul 2025 23:56:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:pom=E7=89=88=E6=9C=AC=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- script/src/main/resources/application.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 903ba07..b0812cf 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.xiang xservice-basic - 1.0-SNAPSHOT + 1.1-SNAPSHOT com.xiang diff --git a/script/src/main/resources/application.yml b/script/src/main/resources/application.yml index cdfd58a..c4fe5ce 100644 --- a/script/src/main/resources/application.yml +++ b/script/src/main/resources/application.yml @@ -1,6 +1,7 @@ mybatis: mapper-locations: - classpath*:mapper/*/*.xml + - classpath*:mapper/*.xml configuration: map-underscore-to-camel-case: true