From 5e4bed7913b279759e54f55d77fd80bf68ee5b27 Mon Sep 17 00:00:00 2001 From: lyf66 Date: Wed, 7 Aug 2024 17:43:16 +0800 Subject: [PATCH] =?UTF-8?q?mapper=E7=9B=B4=E6=8E=A5=E5=9C=A8=E5=8E=9F?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8bf20e6..51fd092 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,4 +3,6 @@ spring: import: - config-common.yml - config-dev.yml - - config-ruoyi.yml \ No newline at end of file + - config-ruoyi.yml +#mybatis-plus: +# mapperLocations: classpath*:mapper/**/*.xml