From 7ff67f8a374ec496108bbdf779773c5f63949593 Mon Sep 17 00:00:00 2001 From: wzy-warehouse <18135009705@163.com> Date: Tue, 2 Jun 2026 10:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 802ba4d..e5ff90b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: # MyBatis 配置 mybatis: - mapper-locations: classpath:mapper/*.xml - type-aliases-package: com.gis.basic_template_not_login_back.entity + mapper-locations: classpath:com/gis/xian/mapper/*.xml + type-aliases-package: com.gis.xian.entity configuration: map-underscore-to-camel-case: true \ No newline at end of file