From c6423ae2be82670edb127af7479686be4a1b80de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=99=A8=E9=98=B3?= <345292131@qq.com> Date: Fri, 3 Jan 2025 10:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=90=8E=E7=AB=AF=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E3=80=91=E3=80=90=E4=BF=AE=E6=94=B9"application.yml"=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E2=80=9Cmapper=E2=80=9D=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E8=AF=BB=E5=8F=96=E4=B8=8D=E5=88=B0=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e215829..a9c13df 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -6,6 +6,6 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver mybatis-plus: - mapper-locations: classpath*:/mapper/**.xml + mapper-locations: classpath*:/mapper/**/*.xml configuration: log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl \ No newline at end of file