From d0b844d9762c0250067c948e51676c4924845896 Mon Sep 17 00:00:00 2001 From: haotianmingyue <2421912570@qq.com> Date: Thu, 26 Jun 2025 17:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20mybatis=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0aa4de7..b089dd9 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,5 +8,8 @@ spring: server: port: 9992 + + + mybatis: - mapper-locations: classpath:mapper/*.xml \ No newline at end of file + mapper-locations: classpath:mapper/**/*.xml \ No newline at end of file